From 1d10d2624174c3d05e48561740c3df7d9ca9cb47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:20:17 +0200 Subject: [PATCH] chore(main): release esconfig 0.9.6 (#93) 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 871c1ad..bfa837f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.5" + ".": "0.9.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2435e66..8f5cc54 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.6](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.5...esconfig-v0.9.6) (2024-04-02) + + +### Features + +* **deps:** bump the all group with 2 updates ([#92](https://github.com/nihalgonsalves/esconfig/issues/92)) ([d406292](https://github.com/nihalgonsalves/esconfig/commit/d40629251ee173872c0f2a146114f077667ae107)) + ## [0.9.5](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.4...esconfig-v0.9.5) (2024-03-26) diff --git a/package.json b/package.json index 9893692..133c018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.5", + "version": "0.9.6", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",