Skip to content

Commit 9d886f3

Browse files
committed
release(isr): 17.0.0
1 parent 99645de commit 9d886f3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

libs/isr/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [17.0.0](https://github.com/rx-angular/rx-angular/compare/isr@16.0.0...isr@17.0.0) (2023-11-17)
6+
7+
8+
### Features
9+
10+
* bump Angular to v17 ([a814fb6](https://github.com/rx-angular/rx-angular/commit/a814fb66d396410e695e47a72e499a6d1cca213a))
11+
* **isr:** add the possibility to create the cache in several variants ([#1608](https://github.com/rx-angular/rx-angular/issues/1608)) ([084f4fa](https://github.com/rx-angular/rx-angular/commit/084f4fa1f503054d9efb714b980f08f55530b09b))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Minimum required `@angular/core` version is now `^17.0.0`

libs/isr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rx-angular/isr",
33
"author": "Enea Jahollari",
44
"description": "Incremental Static Regeneration for Angular",
5-
"version": "16.0.0",
5+
"version": "17.0.0",
66
"peerDependencies": {
77
"@angular/common": "^17.0.0",
88
"@angular/core": "^17.0.0",

0 commit comments

Comments
 (0)