From 962c962a367ce52a2b7f57af8e9ee393783ad4ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:06:51 +0200 Subject: [PATCH] chore(main): release esconfig 0.9.9 (#100) 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 c206008..e0389a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.8" + ".": "0.9.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7461e79..96f2c99 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.9](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.8...esconfig-v0.9.9) (2024-04-29) + + +### Features + +* **deps:** bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 ([#99](https://github.com/nihalgonsalves/esconfig/issues/99)) ([6d2df82](https://github.com/nihalgonsalves/esconfig/commit/6d2df8264cfff0d04e237c876b5b07025f697b7d)) + ## [0.9.8](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.7...esconfig-v0.9.8) (2024-04-24) diff --git a/package.json b/package.json index 1302898..cbd7c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.8", + "version": "0.9.9", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",