diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 427a7da..1611df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.16" + ".": "0.10.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be3135..fb63e07 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.10.17](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.16...esconfig-v0.10.17) (2024-12-09) + + +### Features + +* **deps:** bump the all group across 1 directory with 8 updates ([#169](https://github.com/nihalgonsalves/esconfig/issues/169)) ([af03ae9](https://github.com/nihalgonsalves/esconfig/commit/af03ae92e43ed8b1a2340df1f9e17790eaf5ee1c)) + ## [0.10.16](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.15...esconfig-v0.10.16) (2024-11-25) diff --git a/package.json b/package.json index 58b6dc1..e1d8429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.10.16", + "version": "0.10.17", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",