Skip to content

Commit a0aeada

Browse files
committed
[Bumped Version] 16.0.0
1 parent 3f3527e commit a0aeada

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## 16.0.0 (2025-12-04)
2+
3+
* misc: upgrade to angular 20 & Electron 39 ([3f3527e](https://github.com/maximegris/angular-electron/commit/3f3527e))
4+
* Bump pbkdf2 from 3.1.2 to 3.1.3 ([69a09e0](https://github.com/maximegris/angular-electron/commit/69a09e0))
5+
* fix/ test with standalone components ([bab2bb2](https://github.com/maximegris/angular-electron/commit/bab2bb2))
6+
* fix/ warning EBADENGINE ([1117613](https://github.com/maximegris/angular-electron/commit/1117613))
7+
* feat: migrate to standalone components ([77b10d3](https://github.com/maximegris/angular-electron/commit/77b10d3))
8+
9+
10+
111
## 15.0.0 (2025-06-04)
212

13+
* [Bumped Version] 15.0.0 ([99f2df2](https://github.com/maximegris/angular-electron/commit/99f2df2))
314
* Bump actions/cache from 3 to 4 ([0d85918](https://github.com/maximegris/angular-electron/commit/0d85918))
415
* misc/ use node22 on actions ([2e8c096](https://github.com/maximegris/angular-electron/commit/2e8c096))
516
* misc: upgrade to angular 19 & Electron 36 ([793ea57](https://github.com/maximegris/angular-electron/commit/793ea57))
@@ -518,7 +529,7 @@
518529
* feat(CI): update Ubuntu and Node versions in Travis ([e0ff557](https://github.com/maximegris/angular-electron/commit/e0ff557))
519530
* fix: type conflicts ([a2971bf](https://github.com/maximegris/angular-electron/commit/a2971bf))
520531
* fix(e2e): add mocha types ([20e1e89](https://github.com/maximegris/angular-electron/commit/20e1e89))
521-
* fix(e2e): without devTools ([2581983](https://github.com/maximegris/angular-electron/commit/2581983)), closes [/github.com/electron/spectron/issues/174#issuecomment-319242097](https://github.com//github.com/electron/spectron/issues/174/issues/issuecomment-319242097)
532+
* fix(e2e): without devTools ([2581983](https://github.com/maximegris/angular-electron/commit/2581983))
522533
* chore: Spectron for e2e tests ([901438a](https://github.com/maximegris/angular-electron/commit/901438a))
523534

524535

@@ -540,7 +551,7 @@
540551
* ref/ Generate changelog ([a89b3ce](https://github.com/maximegris/angular-electron/commit/a89b3ce))
541552
* ref/ Upgrade to Angular 7 ([315a79b](https://github.com/maximegris/angular-electron/commit/315a79b))
542553
* Update electron-builder.json files rule ([82c7bcf](https://github.com/maximegris/angular-electron/commit/82c7bcf))
543-
* Update Version Electron 2 to 3 #hacktoberfest ([f083328](https://github.com/maximegris/angular-electron/commit/f083328))
554+
* Update Version Electron 2 to 3 #hacktoberfest ([f083328](https://github.com/maximegris/angular-electron/commit/f083328)), closes [#hacktoberfest](https://github.com/maximegris/angular-electron/issues/hacktoberfest)
544555

545556

546557

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-electron",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular 20 with Electron 39 (Typescript + SASS + Hot Reload)",
55
"homepage": "https://github.com/maximegris/angular-electron",
66
"author": {

0 commit comments

Comments
 (0)