Skip to content

Commit

Permalink
🔖 Release v1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Aug 2, 2021
1 parent abcebd9 commit 0be2d42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0be2d42

Please sign in to comment.