From 0aad96b85bbd2aa1536943c09b2fc37e9c09c583 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:46:32 +0200 Subject: [PATCH] chore(main): release esconfig 0.9.10 (#102) 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 e0389a4..bdc78d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.9" + ".": "0.9.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f2c99..7b0d826 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.10](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.9...esconfig-v0.9.10) (2024-05-06) + + +### Features + +* **deps:** bump the all group with 2 updates ([#101](https://github.com/nihalgonsalves/esconfig/issues/101)) ([29cfc21](https://github.com/nihalgonsalves/esconfig/commit/29cfc21bcc26c243aa7bb7e02d59494e288f67a2)) + ## [0.9.9](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.8...esconfig-v0.9.9) (2024-04-29) diff --git a/package.json b/package.json index 70ec2ac..4f81599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.9", + "version": "0.9.10", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",