diff --git a/CHANGELOG.md b/CHANGELOG.md index 44890a0e8..05600f973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [4.0.0](https://www.github.com/inabagumi/renovate-config/compare/v3.0.1...v4.0.0) (2021-05-19) + + +### ⚠ BREAKING CHANGES + +* empty commit (#1609) + +### Bug Fixes + +* empty commit ([#1609](https://www.github.com/inabagumi/renovate-config/issues/1609)) ([5d51b33](https://www.github.com/inabagumi/renovate-config/commit/5d51b339b9dbd81e0d8f4f2d839d540a802ac04b)) +* move to package.json ([#1607](https://www.github.com/inabagumi/renovate-config/issues/1607)) ([977b167](https://www.github.com/inabagumi/renovate-config/commit/977b167078a3b4c9cdc2db2870ae5be4b9c50e42)) + ### [3.0.1](https://www.github.com/inabagumi/renovate-config/compare/v3.0.0...v3.0.1) (2021-05-19) diff --git a/package.json b/package.json index f7cf6028a..bb40d1b75 100644 --- a/package.json +++ b/package.json @@ -92,5 +92,5 @@ "scripts": { "test": "renovate-config-validator" }, - "version": "3.0.1" + "version": "4.0.0" }