diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 507bde5..76d14cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.21" + ".": "0.9.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d38391..4fa5ff3 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. +## [0.9.22](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.21...esconfig-v0.9.22) (2024-07-30) + + +### Features + +* **deps:** bump the all group with 4 updates ([#126](https://github.com/nihalgonsalves/esconfig/issues/126)) ([f0eb9b5](https://github.com/nihalgonsalves/esconfig/commit/f0eb9b5da9912839a420d03c67544abd720bd842)) + ## [0.9.21](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.20...esconfig-v0.9.21) (2024-07-22) diff --git a/package.json b/package.json index 06186a9..90a0fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.21", + "version": "0.9.22", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",