diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f7e50..9b97791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ 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.1.0](https://github.com/yanick/updux/compare/v2.0.0...v2.1.0) (2020-06-19) +## 3.0.0 (2021-05-02) +### ⚠ BREAKING CHANGES + +* Upgrade to Typescript 4. +* Switch from 'updeep' to '@yanick/updeep'. + + +## [2.1.0](https://github.com/yanick/updux/compare/v2.0.0...v2.1.0) (2020-06-19) ### Features @@ -11,7 +18,6 @@ All notable changes to this project will be documented in this file. See [standa ## [2.0.0](https://github.com/yanick/updux/compare/v1.2.0...v2.0.0) (2020-06-13) - ### ⚠ BREAKING CHANGES * use ts-action for action creation diff --git a/package.json b/package.json index 5706dc0..d3550a3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lint": "prettier -c --", "lint:fix": "prettier --write --" }, - "version": "2.1.0", + "version": "3.0.0", "repository": { "type": "git", "url": "git+https://github.com/yanick/updux.git"