Skip to content

Commit

Permalink
chore(release): v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 11, 2021
1 parent 6fdc40c commit 7eb065b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 1.0.3 (2021-07-11)


### Bug Fixes

* added ci/cd with changelog and package publishing (#4) ([01bddab](https://github.com/tfso/eslint-config-tfso/commit/01bddab96320b80d6a5b8096b03c89bc4818deaf))

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@tfso/eslint-config",
"version": "1.0.2",
"description": "EsLint configuration for 24SevenOffice",
"main": "backend.js",
"repository": "https://github.com/tfso/eslint-config-tfso",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2 || ^3 || ^4",
"@typescript-eslint/parser": "^2 || ^3 || ^4",
"eslint": "^6 || ^7",
"eslint-config-react-app": "^5 || ^6",
"eslint-plugin-react": "^7",
"typescript": "^3 || ^4"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^4.6.0"
}
}
"name": "@tfso/eslint-config",
"version": "1.0.3",
"description": "EsLint configuration for 24SevenOffice",
"main": "backend.js",
"repository": "https://github.com/tfso/eslint-config-tfso",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2 || ^3 || ^4",
"@typescript-eslint/parser": "^2 || ^3 || ^4",
"eslint": "^6 || ^7",
"eslint-config-react-app": "^5 || ^6",
"eslint-plugin-react": "^7",
"typescript": "^3 || ^4"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^4.6.0"
}
}

0 comments on commit 7eb065b

Please sign in to comment.