diff --git a/CHANGELOG.md b/CHANGELOG.md index 60eefd07..4a5bde28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/SocialGouv/template/compare/v1.13.9...v1.14.0) (2022-09-29) + + +### Features + +* add sentry example triggers ([#103](https://github.com/SocialGouv/template/issues/103)) ([439f13d](https://github.com/SocialGouv/template/commit/439f13defde8c7703ae1abd607e07e31f8a70745)) + ## [1.13.9](https://github.com/SocialGouv/template/compare/v1.13.8...v1.13.9) (2022-08-29) diff --git a/package.json b/package.json index da7eff45..b3b5d009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "template", - "version": "1.13.9", + "version": "1.14.0", "private": true, "scripts": { "dev": "next dev",