Skip to content

Commit ad1a70d

Browse files
authored
Merge pull request #103 from rars/release-12
chore(docs): update changelog and package version for 12.0.0 release
2 parents e1e9358 + c41fc05 commit ad1a70d

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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+
## [12.0.0](https://github.com/rars/ngx-diff/compare/v11.0.0...v12.0.0) (2025-11-04)
6+
7+
8+
### Features
9+
10+
* **ngx-diff:** switch to use Angular signals, enabling use in zoneless apps ([68b58b3](https://github.com/rars/ngx-diff/commit/68b58b33776b74d34583d807abc25ad36003ec43))
11+
512
## [11.0.0](https://github.com/rars/ngx-diff/compare/v10.0.0...v11.0.0) (2025-06-06)
613

714

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018, 2020-2024 Richard Russell
3+
Copyright (c) 2018, 2020-2025 Richard Russell
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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": "ngx-diff",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

projects/ngx-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=20.0.0",
66
"@angular/core": ">=20.0.0",

0 commit comments

Comments
 (0)