diff --git a/CHANGELOG.md b/CHANGELOG.md index 714b61bd..3dcbe27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.0](https://github.com/ybiquitous/ybiq/compare/v17.2.0...v17.3.0) (2024-05-01) + +### Features + +- **actions:** add Node.js 22 to test matrix ([#1729](https://github.com/ybiquitous/ybiq/issues/1729)) ([6189917](https://github.com/ybiquitous/ybiq/commit/61899179ed84020a3e67c5ccaa6408a6e48ecf3c)) + +### Bug Fixes + +- **deps:** bump the commitlint group with 2 updates to v19 ([#1707](https://github.com/ybiquitous/ybiq/issues/1707)) ([4c7f066](https://github.com/ybiquitous/ybiq/commit/4c7f066596e69e857cbfbd683c375a3a16a068ea)) + ## [17.2.0](https://github.com/ybiquitous/ybiq/compare/v17.1.0...v17.2.0) (2024-01-30) ### Features diff --git a/package-lock.json b/package-lock.json index 50b805c4..8815c184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ybiq", - "version": "17.2.0", + "version": "17.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ybiq", - "version": "17.2.0", + "version": "17.3.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^19.3.0", diff --git a/package.json b/package.json index 2fb4df1e..696583e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "17.2.0", + "version": "17.3.0", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba", "license": "MIT",