update changelog

typescript
Yanick Champoux 2021-05-02 16:19:48 -04:00
parent 0ebf32c71b
commit 7eab50ff60
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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"