diff --git a/CHANGELOG.md b/CHANGELOG.md index db2e217..d033da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.0.21] - 2021-12-13 + +[Release notes](https://github.com/BetaHuhn/electron-window-controls/releases/tag/v1.0.21) · [Compare](https://github.com/BetaHuhn/electron-window-controls/compare/v1.0.20...v1.0.21) · [Tag](https://github.com/BetaHuhn/electron-window-controls/tree/v1.0.21) · Archive ([zip](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.21.zip) · [tar.gz](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.21.tar.gz)) + +### Dependency updates + +- [`26b72cd`](https://github.com/BetaHuhn/electron-window-controls/commit/26b72cd) Bump typescript from 4.5.2 to 4.5.3 + ## [v1.0.20] - 2021-11-22 [Release notes](https://github.com/BetaHuhn/electron-window-controls/releases/tag/v1.0.20) · [Compare](https://github.com/BetaHuhn/electron-window-controls/compare/v1.0.19...v1.0.20) · [Tag](https://github.com/BetaHuhn/electron-window-controls/tree/v1.0.20) · Archive ([zip](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.20.zip) · [tar.gz](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.20.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ebd5ef7..0934243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.20", + "version": "1.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4676f1a..3b9c17c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.20", + "version": "1.0.21", "description": "Control your Electron Browser Window securely from the renderer", "main": "./lib/index.js", "types": "./lib/index.d.ts",