Skip to content

Commit

Permalink
chore(release): 17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 30, 2024
1 parent ec3af44 commit 5f5543f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [17.2.0](https://github.com/ybiquitous/ybiq/compare/v17.1.0...v17.2.0) (2024-01-30)

### Features

- **commitlint:** loosen `body-max-line-length` from 100 to 300 ([#1690](https://github.com/ybiquitous/ybiq/issues/1690)) ([fdead22](https://github.com/ybiquitous/ybiq/commit/fdead22a1c5008067ccdff7438e4a64a251400bf))
- **husky:** replace `npx --no-install` with `npm exec --no` ([#1691](https://github.com/ybiquitous/ybiq/issues/1691)) ([ec3af44](https://github.com/ybiquitous/ybiq/commit/ec3af441149f47471145a24c602028a7acde805b))

## [17.1.0](https://github.com/ybiquitous/ybiq/compare/v17.0.0...v17.1.0) (2024-01-29)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ybiq",
"version": "17.1.0",
"version": "17.2.0",
"description": "Useful command-line tools for Node.js project",
"author": "Masafumi Koba",
"license": "MIT",
Expand Down

0 comments on commit 5f5543f

Please sign in to comment.