diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1611df2..523f799 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.17" + ".": "0.10.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb63e07..c6c70c1 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.18](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.17...esconfig-v0.10.18) (2024-12-17) + + +### Features + +* **deps:** bump the all group with 7 updates ([#171](https://github.com/nihalgonsalves/esconfig/issues/171)) ([9162aee](https://github.com/nihalgonsalves/esconfig/commit/9162aeeece9cebd7d3543cd673fa8f72b4df2ef5)) + ## [0.10.17](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.16...esconfig-v0.10.17) (2024-12-09) diff --git a/package.json b/package.json index bb74463..6447474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.10.17", + "version": "0.10.18", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",