diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b4c83cb..c599235 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.12.0](https://github.com/haru52/base_template/compare/v7.11.0...v7.12.0) (2023-09-24) + + +### Features + +* **chore:** update npm run-scripts for Yarn ([40c4d19](https://github.com/haru52/base_template/commit/40c4d19f39a9a8f4e5b821dfb07870cabcfdb2cf)) +* **docs:** update README.md ([89018ab](https://github.com/haru52/base_template/commit/89018aba6c9d21e0f50b60c79229b70a2e981617)) + ## [7.11.0](https://github.com/haru52/base_template/compare/v7.10.0...v7.11.0) (2023-08-03) diff --git a/package-lock.json b/package-lock.json index 6ab513b..e6e555b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "base-template", - "version": "7.11.0", + "version": "7.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "base-template", - "version": "7.11.0", + "version": "7.12.0", "license": "WTFPL", "devDependencies": { "@commitlint/cli": "^17.6.5", diff --git a/package.json b/package.json index 149f5e2..a2d1cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base-template", - "version": "7.11.0", + "version": "7.12.0", "description": "Fully automated template repository which provides full compliance with the community standards.", "private": true, "engines": {