Skip to content

Commit

Permalink
Merge pull request #86 from rars/update-changelog
Browse files Browse the repository at this point in the history
docs: update changelog for 9.0.0 release
  • Loading branch information
rars authored Jun 6, 2024
2 parents 58b2af4 + 9af23b0 commit 9965ef9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [9.0.0](https://github.com/rars/ngx-diff/compare/v8.0.4...v9.0.0) (2024-06-06)


### Features

* **ngx-diff:** update to Angular 18 ([97b053a](https://github.com/rars/ngx-diff/commit/97b053ab221312b2ad9f7344ce95375eaf53c870))

### [8.0.4](https://github.com/rars/ngx-diff/compare/v8.0.3...v8.0.4) (2024-03-27)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ It is recommended to use these settings rather than attempt to override styles b
| 15 | 4.0.0 |
| 16 | 5.0.0 |
| 17 | 6.0.0+ |
| 18 | 9.0.0+ |

## Contributions welcome!

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "8.0.4",
"version": "9.0.0",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ngx-diff",
"version": "8.0.4",
"version": "9.0.0",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"diff-match-patch-ts": ">=0.5.0"
},
"dependencies": {
Expand Down

0 comments on commit 9965ef9

Please sign in to comment.