diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d93a64e..c0e30e5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.8.0](https://github.com/haru52/base_template/compare/v7.7.0...v7.8.0) (2023-03-29) + + +### Features + +* **chore:** remove `git+` prefix from repository.url of package.json ([6f7a36b](https://github.com/haru52/base_template/commit/6f7a36b9baab75f081d2cd62c6d320cae4e6d390)) +* **docs:** update Usage description of README.md ([4cc2fdc](https://github.com/haru52/base_template/commit/4cc2fdcb3fa26cc0eb0a6dae49bdd05d4fde07db)) + ## [7.7.0](https://github.com/haru52/base_template/compare/v7.6.0...v7.7.0) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index 25904d4..48bdbd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "base-template", - "version": "7.7.0", + "version": "7.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "base-template", - "version": "7.7.0", + "version": "7.8.0", "license": "WTFPL", "devDependencies": { "@commitlint/cli": "^17.4.4", diff --git a/package.json b/package.json index bdc021a..3da8a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base-template", - "version": "7.7.0", + "version": "7.8.0", "description": "Fully automated template repository which provides full compliance with the community standards.", "private": true, "engines": {