Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Mar 8, 2022
1 parent fc07cf9 commit aba0853
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-aa",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit aba0853

Please sign in to comment.