Skip to content

Commit 80b1cc2

Browse files
committed
chore(release): 19.1.0
1 parent 98f9a58 commit 80b1cc2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [19.1.0](https://github.com/bampakoa/ngx-electronify/compare/19.0.0...19.1.0) (2025-02-02)
6+
7+
8+
### Features
9+
10+
* upgrade to Electron 34 ([98f9a58](https://github.com/bampakoa/ngx-electronify/commit/98f9a587e835003f07da91af300776072e99e84d))
11+
512
## [19.0.0](https://github.com/bampakoa/ngx-electronify/compare/18.2.0...19.0.0) (2024-12-21)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-electronify",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"scripts": {
55
"serve": "tsc -w -p packages\\builder\\tsconfig.json",
66
"build": "tsc -p packages\\builder\\tsconfig.json && npm run build:schematics",

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-electronify",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Angular CLI builder that runs your application in the desktop using Electron",
55
"keywords": [
66
"angular",

packages/core/projects/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-electronyzer",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Angular library that provides integration of the Electron API into an Angular application",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)