Skip to content

Commit 476444d

Browse files
committed
chore(release): 18.0.0
1 parent 4059e50 commit 476444d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [18.0.0](https://github.com/bampakoa/ngx-electronify/compare/2.0.1...18.0.0) (2024-07-22)
6+
7+
8+
### Features
9+
10+
* update application logo ([0f00c77](https://github.com/bampakoa/ngx-electronify/commit/0f00c77bbbca41826da4ac205f587090754d43bd))
11+
* upgrade to Angular 18 and Electron 31 ([4059e50](https://github.com/bampakoa/ngx-electronify/commit/4059e5010b4d2bae9428da5ec34b49d80b73f9a6))
12+
513
### [2.0.1](https://github.com/bampakoa/ngx-electronify/compare/2.0.0...2.0.1) (2022-09-02)
614

715

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": "17.0.0",
3+
"version": "18.0.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": "17.0.0",
3+
"version": "18.0.0",
44
"description": "Angular CLI builder that runs your application in the desktop using Electron",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)