Skip to content

Commit cf5e535

Browse files
committed
v2.8.2
1 parent 8f6dc1f commit cf5e535

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.8.2](/compare/v2.8.2-alpha.0...v2.8.2) (2021-09-24)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
114
## 2.8.0 (2021-09-22)
215

316
#### Update dependencies

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "2.8.2-alpha.0",
3+
"version": "2.8.2",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/frolint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.8.2](https://github.com/wantedly/frolint/tree/master/packages/frolint/compare/v2.8.2-alpha.0...v2.8.2) (2021-09-24)
7+
8+
**Note:** Version bump only for package frolint

packages/frolint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frolint",
33
"description": "git commit hook linter",
4-
"version": "2.8.2-alpha.0",
4+
"version": "2.8.2",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"bin": "index.js",
77
"dependencies": {

0 commit comments

Comments
 (0)