Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit a22deba

Browse files
chore(release): 4.2.5 [skip ci]
## [4.2.5](v4.2.4...v4.2.5) (2023-07-24) ### Bug Fixes * **titlebar:** 🩹 Fixed bugs detected by the test ([1a6bbab](1a6bbab))
1 parent 1a6bbab commit a22deba

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [4.2.5](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.4...v4.2.5) (2023-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **titlebar:** :adhesive_bandage: Fixed bugs detected by the test ([1a6bbab](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/1a6bbab23da624bcb5040eeff49ce7b8d8a0e0cb))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-electron-titlebar",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "Library for electron that allows you to configure a fully customizable title bar.",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.ts",
@@ -16,9 +16,9 @@
1616
"./main": "./dist/main/index.js"
1717
},
1818
"scripts": {
19-
"clean": "rimraf ./dist",
19+
"clean": "rimraf .",
2020
"build:package": "tsc && tsc-alias",
21-
"build:babel": "babel ./dist --out-dir ./dist --extensions \".js\"",
21+
"build:babel": "babel . --out-dir . --extensions \".js\"",
2222
"start": "electron example/main.js",
2323
"dev": "npm run build && npm run start",
2424
"build": "npm run clean && npm run build:package && npm run build:babel",

0 commit comments

Comments
 (0)