Skip to content

Commit

Permalink
Merge pull request #119 from lagoshny/angular_17
Browse files Browse the repository at this point in the history
Angular 17
  • Loading branch information
lagoshny authored Dec 12, 2023
2 parents b5c1d79 + f48151a commit b33f45e
Show file tree
Hide file tree
Showing 6 changed files with 7,015 additions and 3,808 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.13.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.8.0 (2023-12-12)
#### Changes
Updated to Angular 17.

## 3.7.0 (2023-12-09)
#### Changes
Fixed [issue-110](https://github.com/lagoshny/ngx-hateoas-client/issues/116).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<br />
<br />

## ⭐Compatible with Angular 12.x.x - 16.x.x versions that uses `Ivy compilation`.
## ⭐Compatible with Angular 12.x.x - 17.x.x versions that uses `Ivy compilation`.


### ⚠ If you use old `View Engine` compilation or Angular 6.x.x - 11.x.x you need to use [2.x.x](https://github.com/lagoshny/ngx-hateoas-client/tree/ng-ve) lib version.
Expand Down
Loading

0 comments on commit b33f45e

Please sign in to comment.