Skip to content

Commit c7ff84d

Browse files
chore(release): v3.2.1
1 parent 5739145 commit c7ff84d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
## [Unreleased]
33

44

5+
<a name="v3.2.1"></a>
6+
## [v3.2.1] - 2021-05-13
7+
### Bug Fixes
8+
- **deps:** update all non-major dependencies ([#24](https://github.com/GoodwayGroup/eslint-config-goodway/issues/24))
9+
- **deps:** update dependency eslint to v7.23.0 ([#23](https://github.com/GoodwayGroup/eslint-config-goodway/issues/23))
10+
11+
### Chore
12+
- **deps:** update dependency hosted-git-info to 2.8.9 [security] ([#25](https://github.com/GoodwayGroup/eslint-config-goodway/issues/25))
13+
14+
515
<a name="v3.2.0"></a>
616
## [v3.2.0] - 2021-03-19
717
### Bug Fixes
@@ -10,6 +20,7 @@
1020
### Chore
1121
- port to git-chglog and deprecate auto-changelog
1222
- add config dotfiles
23+
- **release:** v3.2.0
1324

1425
### Features
1526
- **cd:** add push button release via github actions
@@ -72,7 +83,8 @@
7283
<a name="v1.1.0"></a>
7384
## v1.1.0 - 2017-04-04
7485

75-
[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.0...HEAD
86+
[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.1...HEAD
87+
[v3.2.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.0...v3.2.1
7688
[v3.2.0]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.1.2...v3.2.0
7789
[v3.1.2]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.1.1...v3.1.2
7890
[v3.1.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.1.0...v3.1.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-goodway",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)