From 8aa2a01c2a2374c8ec4cfd3e368edac3cec28c34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:37:29 +0200 Subject: [PATCH] chore(main): release esconfig 0.9.12 (#107) 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 79250f3..975531d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.11" + ".": "0.9.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a9fbb..39e4141 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.12](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.11...esconfig-v0.9.12) (2024-06-03) + + +### Features + +* **deps:** bump the all group with 3 updates ([#106](https://github.com/nihalgonsalves/esconfig/issues/106)) ([bbc6182](https://github.com/nihalgonsalves/esconfig/commit/bbc61821c616ec99aad8cc217b24032377b6e0c6)) + ## [0.9.11](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.10...esconfig-v0.9.11) (2024-05-22) diff --git a/package.json b/package.json index 11f6e9a..f08ae8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.11", + "version": "0.9.12", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",