Skip to content

Commit

Permalink
docs: update changelog for 8.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Mar 27, 2024
1 parent 911c864 commit c82f885
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.

### [8.0.2](https://github.com/rars/ngx-diff/compare/v8.0.1...v8.0.2) (2024-03-27)


### Bug Fixes

* **ngx-diff:** add styles to exports of package.json ([911c864](https://github.com/rars/ngx-diff/commit/911c8642cfc81b4d305aab7ef536c43a6bbc1ce4)), closes [#78](https://github.com/rars/ngx-diff/issues/78)

### [8.0.1](https://github.com/rars/ngx-diff/compare/v8.0.0...v8.0.1) (2024-03-15)


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.1",
"version": "8.0.2",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "8.0.1",
"version": "8.0.2",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
Expand Down

0 comments on commit c82f885

Please sign in to comment.