From 5f5543f97c2264b01668e6ce0c8dddc645de2d1c Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:39:55 +0900 Subject: [PATCH] chore(release): 17.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 621a13ca..714b61bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 65e8e850..1f86dfba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ybiq", - "version": "17.1.0", + "version": "17.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ybiq", - "version": "17.1.0", + "version": "17.2.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^18.6.0", diff --git a/package.json b/package.json index 511acd07..b8703620 100644 --- a/package.json +++ b/package.json @@ -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",