From 203d34c07f3d378e51421dc2a345ebb177efae32 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 9 Aug 2021 00:39:10 +0000 Subject: [PATCH] :bookmark: Release v1.0.8 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9c1ae..c0f06c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v1.0.8] - 2021-08-09 + +[Release notes](https://github.com/BetaHuhn/electron-window-controls/releases/tag/v1.0.8) · [Compare](https://github.com/BetaHuhn/electron-window-controls/compare/v1.0.7...v1.0.8) · [Tag](https://github.com/BetaHuhn/electron-window-controls/tree/v1.0.8) · Archive ([zip](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.8.zip) · [tar.gz](https://github.com/BetaHuhn/electron-window-controls/archive/v1.0.8.tar.gz)) + +### Dependency updates + +- [`07c0020`](https://github.com/BetaHuhn/electron-window-controls/commit/07c0020) Bump type-fest from 1.2.3 to 1.3.0 +- [`c32afe9`](https://github.com/BetaHuhn/electron-window-controls/commit/c32afe9) Bump eslint from 7.31.0 to 7.32.0 +- [`42e2d6d`](https://github.com/BetaHuhn/electron-window-controls/commit/42e2d6d) Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 +- [`7ea2e0f`](https://github.com/BetaHuhn/electron-window-controls/commit/7ea2e0f) Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 + ## [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)) diff --git a/package-lock.json b/package-lock.json index 3089186..8fd934c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f145f2e..f2b7197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-window-controls", - "version": "1.0.7", + "version": "1.0.8", "description": "Control your Electron Browser Window securely from the renderer", "main": "./lib/index.js", "types": "./lib/index.d.ts",