From aba0853dcad81051fe18af14da5dadab97442153 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:13:45 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7f3bc83 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# 1.0.0 (2022-03-08) + + +### Bug Fixes + +* Add missing /app when registeering docker image ([17ef4bb](https://github.com/SocialGouv/doc-demo-app/commit/17ef4bb605c63c38258f243db3c6c2a47c37d149)) +* Add missing on clause on github workflow ([9b38f33](https://github.com/SocialGouv/doc-demo-app/commit/9b38f33c7332eb4b634ca3d37508ac7b202d4c7f)) +* Configure health probe path ([de9ff9d](https://github.com/SocialGouv/doc-demo-app/commit/de9ff9dc44bf4a333a6c39aef98b468f591238ec)) +* Fix file name ([9ac1288](https://github.com/SocialGouv/doc-demo-app/commit/9ac12881c94f43f73d7eaab77eaf1ad0e4cfb73a)) +* Fix runs-on ([4dfb0c0](https://github.com/SocialGouv/doc-demo-app/commit/4dfb0c0c6e32d1510a8dfb1501cbb7c259b88b9f)) +* simplify .socialgouv chart config ([792b19d](https://github.com/SocialGouv/doc-demo-app/commit/792b19db13c8a6f41d82a76617316aedbbf8103a)) +* Use standalone mode for next js config ([86ac69d](https://github.com/SocialGouv/doc-demo-app/commit/86ac69df1de832af5661834824101c4da07a39a9)) + + +### Features + +* Add newly generated next.js app ([d2e7d8d](https://github.com/SocialGouv/doc-demo-app/commit/d2e7d8d6f2728f4f42257a114607f16d19cfd1a1)) +* Add workflow release ([fc07cf9](https://github.com/SocialGouv/doc-demo-app/commit/fc07cf9b236177d8eadc70186d8970b71d9c34ea)) diff --git a/package.json b/package.json index 2e37907..a9edc99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "demo-aa", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",