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

Commit 33e7234

Browse files
committed
v4.2.1
1 parent 349d0c5 commit 33e7234

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: 📦 Install dependencies
2121
run: npm ci
2222

23+
- name: ✅ Build package
24+
run: npm run build
25+
2326
- name: 🚀 Publish package to NPM
2427
run: npm publish --access public
2528
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-electron-titlebar",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Library for electron that allows you to configure a fully customizable title bar.",
55
"types": "./dist/index.d.ts",
66
"typesVersions": {

0 commit comments

Comments
 (0)