update changelog
This commit is contained in:
parent
0ebf32c71b
commit
7eab50ff60
10
CHANGELOG.md
10
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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user