Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Mar 27, 2022
1 parent 701c1ea commit a72c21b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.6.0](https://github.com/burtek/eslint-config/compare/v1.5.0...v1.6.0)

> 28 March 2022
- Upgraded @typescript-eslint/eslint-plugin [`b7a2e38`](https://github.com/burtek/eslint-config/commit/b7a2e383ce584f9f3f32c7c109a9f218b8211c70)
- Added new config: node [`6223675`](https://github.com/burtek/eslint-config/commit/62236759d238f533a1ba58c475ba249958df755e)
- Non-significant deps updates [`d26572b`](https://github.com/burtek/eslint-config/commit/d26572b0955decbb0319824df6362b39c64e6bdd)
- Upgraded `eslint-plugin-react` [`a15cc9e`](https://github.com/burtek/eslint-config/commit/a15cc9e40dce37a2fd914529c19486be22d5236f)
- Upgraded eslint-plugin-jest [`818b0c2`](https://github.com/burtek/eslint-config/commit/818b0c236e151eb8a82891d1a76fbd251ca44eae)
- Non-significant deps updates [`fb0f530`](https://github.com/burtek/eslint-config/commit/fb0f530ac9670d4cdc7f6b4eadf1ebfe70b4554c)
- Fix `eslint-plugin-node` config [`a6c3243`](https://github.com/burtek/eslint-config/commit/a6c3243e80a6859abfd76d6a06c41cbc99bca566)

#### [v1.5.0](https://github.com/burtek/eslint-config/compare/v1.4.2...v1.5.0)

Expand Down Expand Up @@ -121,3 +127,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Initial release [`c6d11a0`](https://github.com/burtek/eslint-config/commit/c6d11a050cd154e7db367d538c4e954b3795a34d)
- Initial commit [`e612d49`](https://github.com/burtek/eslint-config/commit/e612d4957d62bf667cbe3758c58108bee67b9a8e)
- fix rules [`8d5872d`](https://github.com/burtek/eslint-config/commit/8d5872d72b739ba1490840a355b47139baa421d7)
- default config and small README/workflow changes [`7c38011`](https://github.com/burtek/eslint-config/commit/7c38011bde76b9c2043c4d94ad4248a7e02cd073)
- fix eslint configs to use cjs [`463ade8`](https://github.com/burtek/eslint-config/commit/463ade8956d764fb169353b8a6c6bbfaa58dda46)
- fix eslint env [`58a2e71`](https://github.com/burtek/eslint-config/commit/58a2e71dd32fde9e08fdc86c2130e8cbed166bb4)
- fix dependencies [`5354dbf`](https://github.com/burtek/eslint-config/commit/5354dbf9e4dc0339bd0a2e617f8aebacc2fa5a83)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "node tests/run-tests.js",
"preversion": "yarn test",
"push": "git push --follow-tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog -p --commit-limit false && git add CHANGELOG.md"
},
"repository": {
"url": "https://github.com/burtek/eslint-config"
Expand Down

0 comments on commit a72c21b

Please sign in to comment.