From 37301dc368fe256693a88c5ffb8abd8307d53a76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Mar 2024 00:34:24 +0000 Subject: [PATCH] chore: release 1.9.2 [skip ci] ## [1.9.2](https://github.com/friedrith/contributing-generator/compare/v1.9.1...v1.9.2) (2024-03-15) ### Bug Fixes * typo in readme ([07b5c80](https://github.com/friedrith/contributing-generator/commit/07b5c809d01e813e67dd900d0aa28fe55bffa567)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928344f..0edb51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/friedrith/contributing-generator/compare/v1.9.1...v1.9.2) (2024-03-15) + + +### Bug Fixes + +* typo in readme ([07b5c80](https://github.com/friedrith/contributing-generator/commit/07b5c809d01e813e67dd900d0aa28fe55bffa567)) + ## [1.9.1](https://github.com/friedrith/contributing-generator/compare/v1.9.0...v1.9.1) (2024-03-12) diff --git a/package.json b/package.json index 34929f1..231bca6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Thibault Friedrich ", "license": "MIT", "type": "module", - "version": "1.9.1", + "version": "1.9.2", "bin": { "contributing-generator": "./dist/cli.js" },