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

Commit

Permalink
chore(release): 4.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.5](v4.2.4...v4.2.5) (2023-07-24)

### Bug Fixes

* **titlebar:** 🩹 Fixed bugs detected by the test ([1a6bbab](1a6bbab))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 1a6bbab commit a22deba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [4.2.5](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.4...v4.2.5) (2023-07-24)


### Bug Fixes

* **titlebar:** :adhesive_bandage: Fixed bugs detected by the test ([1a6bbab](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/1a6bbab23da624bcb5040eeff49ce7b8d8a0e0cb))
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-electron-titlebar",
"version": "4.2.4",
"version": "4.2.5",
"description": "Library for electron that allows you to configure a fully customizable title bar.",
"types": "./dist/index.d.ts",
"main": "./dist/index.ts",
Expand All @@ -16,9 +16,9 @@
"./main": "./dist/main/index.js"
},
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf .",
"build:package": "tsc && tsc-alias",
"build:babel": "babel ./dist --out-dir ./dist --extensions \".js\"",
"build:babel": "babel . --out-dir . --extensions \".js\"",
"start": "electron example/main.js",
"dev": "npm run build && npm run start",
"build": "npm run clean && npm run build:package && npm run build:babel",
Expand Down

0 comments on commit a22deba

Please sign in to comment.