From fb27c12454edb438eec7b6c64d45df03c7ff3bf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:23:07 +0530 Subject: [PATCH] chore(main): release esconfig 0.10.17 (#170) 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 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",