diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d2b6377..b77f75a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.18" + ".": "0.9.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe68711..ade9389 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.19](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.18...esconfig-v0.9.19) (2024-07-08) + + +### Features + +* **deps:** bump the all group with 4 updates ([#120](https://github.com/nihalgonsalves/esconfig/issues/120)) ([7323915](https://github.com/nihalgonsalves/esconfig/commit/732391518130665ad103ad08181d49c2a24a9ef2)) + ## [0.9.18](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.17...esconfig-v0.9.18) (2024-07-01) diff --git a/package.json b/package.json index 1a62996..b99a3d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.18", + "version": "0.9.19", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",