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.1
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2020-08-07)

### Bug Fixes

* **k8s:** add preprod subDomain ([#384](#384)) ([f8659d2](f8659d2))
  • Loading branch information
SocialGroovyBot committed Aug 7, 2020
1 parent f8659d2 commit e4ec956
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/SocialGouv/sample-next-app/compare/v2.0.0...v2.0.1) (2020-08-07)


### Bug Fixes

* **k8s:** add preprod subDomain ([#384](https://github.com/SocialGouv/sample-next-app/issues/384)) ([f8659d2](https://github.com/SocialGouv/sample-next-app/commit/f8659d21679c165ff3bd5a081e9636dc8e3d4ae1))

# [2.0.0](https://github.com/SocialGouv/sample-next-app/compare/v1.0.0...v2.0.0) (2020-08-03)


Expand Down
19 changes: 4 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-next-app",
"version": "2.0.0",
"version": "2.0.1",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down Expand Up @@ -37,12 +37,12 @@
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@socialgouv/eslint-config-react": "^1.21.0",
"@socialgouv/eslint-config-recommended": "^1.21.0",
"@socialgouv/eslint-config-react": "^0.35.0",
"@socialgouv/eslint-config-recommended": "^0.35.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.2.5",
"jest": "^26.2.2",
"jest-cli": "^26.2.2",
"prettier": "^2.0.5"
},
"husky": {
Expand All @@ -62,16 +62,5 @@
"start": "NODE_ENV=production node server.js",
"test": "jest",
"e2e": "yarn --cwd=./optional/e2e/runners/puppeteer"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@socialgouv/eslint-config-react": "^0.35.0",
"@socialgouv/eslint-config-recommended": "^0.35.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.2.5",
"jest-cli": "^26.2.2",
"prettier": "^2.0.5"
}
}

0 comments on commit e4ec956

Please sign in to comment.