diff --git a/CHANGELOG.md b/CHANGELOG.md index 80307431..8f550414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Version 3.3.0](https://github.com/egoist/docute/releases/tag/v3.3.0) (2017-5-13) + +### New features + +- add `announcement` option: [`d715b08`](https://github.com/egoist/docute/commit/d715b08) + +[...full changes](https://github.com/egoist/docute/compare/v3.2.2...v3.3.0) + ## [Version 3.2.2](https://github.com/egoist/docute/releases/tag/v3.2.2) (2017-5-12) ### Bug fixes diff --git a/package.json b/package.json index 7028ec92..77451fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docute", - "version": "3.2.2", + "version": "3.3.0", "description": "Effortlessly documentation done right.", "license": "MIT", "repository": "egoist/docute", @@ -67,4 +67,4 @@ "jest": { "testEnvironment": "node" } -} +} \ No newline at end of file