diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0fe698c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +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. + +## [2.0.0](https://github.com/krakenjs/belter/compare/v1.0.190...v2.0.0) (2022-02-28) + + +### ⚠ BREAKING CHANGES + +* move to krakenjs scope (#89) + +* commitlint and standard version setup ([#87](https://github.com/krakenjs/belter/issues/87)) ([232385a](https://github.com/krakenjs/belter/commit/232385a3537d5d9fbb012cedd12d19f0d99a35f3)) +* move to krakenjs scope ([#89](https://github.com/krakenjs/belter/issues/89)) ([a52081f](https://github.com/krakenjs/belter/commit/a52081f69610dd1251a8577ef15646e741efc14c)) +* update gh action to use main branch ([2dd1f9e](https://github.com/krakenjs/belter/commit/2dd1f9ec794ed52877a7a06a6f6a3225a3ca9b85)) diff --git a/package.json b/package.json index 358b5282..7c814ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@krakenjs/belter", - "version": "1.0.190", + "version": "2.0.0", "description": "Utilities.", "main": "index.js", "scripts": {