From 6a147da38a698b19cc9270436152209b43208d0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:09:28 +0530 Subject: [PATCH] chore(main): release esconfig 0.10.19 (#174) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",