Skip to content

Commit 525f528

Browse files
committed
11.0.0
1 parent d69d03e commit 525f528

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 11.0.0 (2023-01-10)
2+
[Compare `@uirouter/angular` versions 10.0.0 and 11.0.0](https://github.com/ui-router/angular/compare/10.0.0...11.0.0)
3+
4+
### Features
5+
6+
* Angular 15 support ([#973](https://github.com/ui-router/angular/issues/973)) ([d69d03e](https://github.com/ui-router/angular/commit/d69d03e))
7+
18
# 10.0.0 (2022-09-16)
29
[Compare `@uirouter/angular` versions 9.1.0 and 10.0.0](https://github.com/ui-router/angular/compare/9.1.0...10.0.0)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angular",
33
"description": "State-based routing for Angular",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
77
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)