diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 523f799..f73c1b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.18" + ".": "0.10.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c70c1..ef8518f 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.19](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.18...esconfig-v0.10.19) (2024-12-25) + + +### Features + +* **deps:** bump the all group with 3 updates ([#173](https://github.com/nihalgonsalves/esconfig/issues/173)) ([4ba1d35](https://github.com/nihalgonsalves/esconfig/commit/4ba1d3528e88554d4ca905de326fd4f7bad94632)) + ## [0.10.18](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.17...esconfig-v0.10.18) (2024-12-17) diff --git a/package.json b/package.json index 1686e2f..468b5d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.10.18", + "version": "0.10.19", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",