Skip to content

Commit 3645d0a

Browse files
committed
chore(release): 1.0.15
1 parent 8774c87 commit 3645d0a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [1.0.15](https://github.com/paymoapp/electron-shutdown-handler/compare/v1.0.14...v1.0.15) (2023-10-13)
6+
7+
8+
### Improvements
9+
10+
* **module:** Changed method exports ([74b181c](https://github.com/paymoapp/electron-shutdown-handler/commit/74b181ca80f4b14400bc063c961bf8f21d0b7750))
11+
12+
13+
### Build/CI
14+
15+
* **gitlab:** Use new runners ([8774c87](https://github.com/paymoapp/electron-shutdown-handler/commit/8774c876d01e460f9c73ab5ff0a6677b4cb10c44))
16+
517
### [1.0.14](https://github.com/paymoapp/electron-shutdown-handler/compare/v1.0.13...v1.0.14) (2022-12-21)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paymoapp/electron-shutdown-handler",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Handle shutdown messages on windows in your electron app and delay system shutdown",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)