Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prsdta committed Sep 24, 2021
1 parent 8f6dc1f commit cf5e535
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](/compare/v2.8.2-alpha.0...v2.8.2) (2021-09-24)

**Note:** Version bump only for package root





## 2.8.0 (2021-09-22)

#### Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.8.2-alpha.0",
"version": "2.8.2",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/frolint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/wantedly/frolint/tree/master/packages/frolint/compare/v2.8.2-alpha.0...v2.8.2) (2021-09-24)

**Note:** Version bump only for package frolint
2 changes: 1 addition & 1 deletion packages/frolint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frolint",
"description": "git commit hook linter",
"version": "2.8.2-alpha.0",
"version": "2.8.2",
"author": "Yuki Yamada <yamada@wantedly.com>",
"bin": "index.js",
"dependencies": {
Expand Down

0 comments on commit cf5e535

Please sign in to comment.