Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
chore(release): version 2.0.0-beta.6
Browse files Browse the repository at this point in the history
# [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2020-07-30)

### Bug Fixes

* **ci:** fix PGUSER preprod ([6707050](6707050))

### Features

* **k8s:** add HASURA_GRAPHQL_DATABASE_URL in preprod ([afdb972](afdb972))
* **k8s:** add HASURA_GRAPHQL_DATABASE_URL in prod ([2755943](2755943))
  • Loading branch information
SocialGroovyBot committed Jul 30, 2020
1 parent 14e1299 commit 6d82160
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0-beta.6](https://github.com/SocialGouv/sample-next-app/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-07-30)


### Bug Fixes

* **ci:** fix PGUSER preprod ([6707050](https://github.com/SocialGouv/sample-next-app/commit/6707050904f23ea358c830b49907c79a71e9ffd9))


### Features

* **k8s:** add HASURA_GRAPHQL_DATABASE_URL in preprod ([afdb972](https://github.com/SocialGouv/sample-next-app/commit/afdb9729fe8a6f577303d59f7be27c8d5fcc452a))
* **k8s:** add HASURA_GRAPHQL_DATABASE_URL in prod ([2755943](https://github.com/SocialGouv/sample-next-app/commit/2755943bca7943390f5747301b59e64492961530))

# [2.0.0-beta.5](https://github.com/SocialGouv/sample-next-app/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-07-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-next-app",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit 6d82160

Please sign in to comment.