From 2717977af2d7bdbe13ba4556c95c2ecd11deb44a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:50:47 +0200 Subject: [PATCH] chore(main): release esconfig 0.9.20 (#123) 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 b77f75a..65a90f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.19" + ".": "0.9.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ade9389..d8a36c8 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.9.20](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.19...esconfig-v0.9.20) (2024-07-15) + + +### Features + +* **deps:** bump the all group with 5 updates ([#122](https://github.com/nihalgonsalves/esconfig/issues/122)) ([d87bf97](https://github.com/nihalgonsalves/esconfig/commit/d87bf97f0fb4adf2037f5875f8f7854700c4c156)) + ## [0.9.19](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.18...esconfig-v0.9.19) (2024-07-08) diff --git a/package.json b/package.json index 700d07d..08068a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.19", + "version": "0.9.20", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",