diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b11a4b4..52fcc1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/SocialGouv/secretariat/compare/v1.2.0...v1.3.0) (2022-02-03) + + +### Features + +* **navigation:** Add aside menu ([#28](https://github.com/SocialGouv/secretariat/issues/28)) ([67845fb](https://github.com/SocialGouv/secretariat/commit/67845fb00fda710975d28b00d7b0170de39f2b86)) + # [1.2.0](https://github.com/SocialGouv/secretariat/compare/v1.1.0...v1.2.0) (2022-02-03) diff --git a/package.json b/package.json index 2f0dc4c4..16bb0d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secretariat", - "version": "1.2.0", + "version": "1.3.0", "engines": { "node": "16.13" },