diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac07e84..635bbf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.5](https://github.com/SocialGouv/ressourcerie/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-12-10) + + +### Bug Fixes + +* Bump version ([5bd998e](https://github.com/SocialGouv/ressourcerie/commit/5bd998e801cd45a24f0660a5b2be1329e784baec)) + # [1.0.0-alpha.4](https://github.com/SocialGouv/ressourcerie/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-12-09) diff --git a/package.json b/package.json index 4898b51e..00cdeeca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ressourcerie", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "repository": "https://github.com/SocialGouv/ressourcerie", "license": "AGPL-3.0-or-later", "node": "=16.4",