diff --git a/CHANGELOG.md b/CHANGELOG.md index b2eca51..278419a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/friedrith/contributing-generator/compare/v1.12.0...v1.13.0) (2024-03-15) + + +### Features + +* add SECURITY.md ([#20](https://github.com/friedrith/contributing-generator/issues/20)) ([f6861f8](https://github.com/friedrith/contributing-generator/commit/f6861f8587ed137d91cd4beff53eb228e95f3a23)), closes [#18](https://github.com/friedrith/contributing-generator/issues/18) + # [1.12.0](https://github.com/friedrith/contributing-generator/compare/v1.11.0...v1.12.0) (2024-03-15) diff --git a/package.json b/package.json index bb18fa2..4c34145 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Thibault Friedrich ", "license": "MIT", "type": "module", - "version": "1.12.0", + "version": "1.13.0", "bin": { "contributing-generator": "./dist/cli.js" },