Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Feb 2, 2022
1 parent 0eb56c9 commit 16f2db3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2022-02-02)


### Bug Fixes

* Add env to build register action ([595853b](https://github.com/SocialGouv/secretariat/commit/595853b137540284794ff9dc30ab5536aee5365f))
* add preprod db secrets ([0fab321](https://github.com/SocialGouv/secretariat/commit/0fab321ddfb36abec710818726051b15b5eeea05))
* add release workflow ([fc0344d](https://github.com/SocialGouv/secretariat/commit/fc0344d619d75919bcfb25cc0cdf2c3c43a353fa))
* Hasura PG url ([ec7fcc3](https://github.com/SocialGouv/secretariat/commit/ec7fcc3e21715390891fde8835be8d250675a037))
* package.json for semrel ([0eb56c9](https://github.com/SocialGouv/secretariat/commit/0eb56c96b7a4d8599b1ec0ec0a0c2eb42aa007c6))
* **deps:** update dependency axios to ^0.25.0 ([f76dbd8](https://github.com/SocialGouv/secretariat/commit/f76dbd8f4910fbf0660f182058d53697642cb5dc))
* **deps:** update dependency express to ~4.17.0 ([b1e621c](https://github.com/SocialGouv/secretariat/commit/b1e621ca5b6e6ecf8fe67ece5d59153e1f9f4576))


### Features

* Beta ([#16](https://github.com/SocialGouv/secretariat/issues/16)) ([a2540e8](https://github.com/SocialGouv/secretariat/commit/a2540e8071a2eca594735b6aac0cb3e74fa23fa7))
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "secretariat",
"version": "0.0.0",
"version": "1.0.0",
"engines": {
"node": "16.13"
"node": "16.13"
},
"private": true,
"repository": "[email protected]:SocialGouv/secretariat.git",
"author": "Incubateur des Ministères Sociaux <[email protected]> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/secretariat/issues",
"license": "Apache-2.0",
"repository": "[email protected]:SocialGouv/secretariat.git",
"author": "Incubateur des Ministères Sociaux <[email protected]> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/secretariat/issues",
"license": "Apache-2.0",
"dependencies": {
"graphql": "^16.3.0",
"graphql-request": "^3.7.0",
Expand Down

0 comments on commit 16f2db3

Please sign in to comment.