diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4ab87..c1dbe64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.6.3](https://github.com/cudr/slate-collaborative/compare/v0.5.1...v0.6.3) +#### [v0.6.3](https://github.com/cudr/slate-collaborative/compare/v0.6.3...v0.6.3) > 21 June 2020 +- feat: add auto-changelog [`c66c01a`](https://github.com/cudr/slate-collaborative/commit/c66c01ac07d6e3ca59db765f45ce53868e103f31) +- feat: add auto-changelog [`ca8b4b7`](https://github.com/cudr/slate-collaborative/commit/ca8b4b741c79381e41319bf58a6980a30128be67) + +#### [v0.6.3](https://github.com/cudr/slate-collaborative/compare/v0.5.1...v0.6.3) + +> 22 June 2020 + - Implement link editor [`#20`](https://github.com/cudr/slate-collaborative/pull/20) - Missing query argument in nspMiddleware [`#16`](https://github.com/cudr/slate-collaborative/pull/16) - feat: add onError cb [`#15`](https://github.com/cudr/slate-collaborative/pull/15) diff --git a/package.json b/package.json index 4ca6cd5..4bf5bae 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,6 @@ "lint-staged": "^9.2.5", "prettier": "^1.18.2", "rimraf": "^3.0.2" - } + }, + "version": "0.6.3" }