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

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev committed May 8, 2023
1 parent 349d0c5 commit 33e7234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: 📦 Install dependencies
run: npm ci

- name: ✅ Build package
run: npm run build

- name: 🚀 Publish package to NPM
run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-electron-titlebar",
"version": "4.2.0",
"version": "4.2.1",
"description": "Library for electron that allows you to configure a fully customizable title bar.",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit 33e7234

Please sign in to comment.