From 8266cba76302b329bb6eebb22d4d6ea1fb3a2f7d Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:01:54 +0900 Subject: [PATCH] chore(release): 17.1.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78786446..621a13ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1.0](https://github.com/ybiquitous/ybiq/compare/v17.0.0...v17.1.0) (2024-01-29) + +### Features + +- **deps:** bump husky from 8.0.3 to 9.0.6 ([#1689](https://github.com/ybiquitous/ybiq/issues/1689)) ([f6c3e51](https://github.com/ybiquitous/ybiq/commit/f6c3e511634557ad53e8d109d52b42f7c076ebd0)) + ## [17.0.0](https://github.com/ybiquitous/ybiq/compare/v16.3.1...v17.0.0) (2023-12-26) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index dd2ff38c..65e8e850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ybiq", - "version": "17.0.0", + "version": "17.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ybiq", - "version": "17.0.0", + "version": "17.1.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^18.6.0", diff --git a/package.json b/package.json index 014fd8f7..511acd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "17.0.0", + "version": "17.1.0", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba", "license": "MIT",