diff --git a/CHANGELOG.md b/CHANGELOG.md index f07be83..3c9c1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.0.7] - 2021-08-02 + +[Release notes](https://github.com/BetaHuhn/electron-window-controls/releases/tag/v1.0.7) · [Compare](https://github.com/BetaHuhn/electron-window-controls/compare/v1.0.6...v1.0.7) · [Tag](https://github.com/BetaHuhn/electron-window-controls/tree/v1.0.7) · Archive ([zip](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.7.zip) · [tar.gz](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.7.tar.gz)) + +### Dependency updates + +- [`7d930ea`](https://github.com/BetaHuhn/electron-window-controls/commit/7d930ea) Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 +- [`5869841`](https://github.com/BetaHuhn/electron-window-controls/commit/5869841) Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 +- [`e420f1d`](https://github.com/BetaHuhn/electron-window-controls/commit/e420f1d) Bump type-fest from 1.2.2 to 1.2.3 + ## [v1.0.6] - 2021-07-26 [Release notes](https://github.com/BetaHuhn/electron-window-controls/releases/tag/v1.0.6) · [Compare](https://github.com/BetaHuhn/electron-window-controls/compare/v1.0.5...v1.0.6) · [Tag](https://github.com/BetaHuhn/electron-window-controls/tree/v1.0.6) · Archive ([zip](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.6.zip) · [tar.gz](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.6.tar.gz)) diff --git a/package-lock.json b/package-lock.json index db5dbca..54f6556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3baba8e..f145f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.6", + "version": "1.0.7", "description": "Control your Electron Browser Window securely from the renderer", "main": "./lib/index.js", "types": "./lib/index.d.ts",