diff --git a/CHANGELOG.md b/CHANGELOG.md index b08bc70a..59984d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [1.14.0](https://github.com/dvcol/synology-download/compare/v1.13.4...v1.14.0) (2022-04-13) + +## 1.14.0-rc (2022-04-13) + + +### Features + +* **popup:** adds optional navbar shortcut buttons. [#102](https://github.com/dvcol/synology-download/issues/102) ([2444d9f](https://github.com/dvcol/synology-download/commit/2444d9f134694a33d153470d6b27f82e794d617b)) + + +### Bug Fixes + +* **build:** fixes typing following chrome types version bump ([59df047](https://github.com/dvcol/synology-download/commit/59df047137f040a7019edf730e5781a3181cb665)) +* **lint:** fixes cyclic import issues ([4862669](https://github.com/dvcol/synology-download/commit/4862669353bef4faec129d7aaaa85797bc123db4)) +* **tests:** fix tests (because of esm module breaking jest) ([31105c3](https://github.com/dvcol/synology-download/commit/31105c3456ecece158ea973ad5edb6f91cf7d8d9)) + ### [1.13.4](https://github.com/dvcol/synology-download/compare/v1.13.3...v1.13.4) (2022-03-25)