We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69d03e commit 525f528Copy full SHA for 525f528
CHANGELOG.md
@@ -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
8
# 10.0.0 (2022-09-16)
9
[Compare `@uirouter/angular` versions 9.1.0 and 10.0.0](https://github.com/ui-router/angular/compare/9.1.0...10.0.0)
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
- "version": "10.0.0",
+ "version": "11.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
"compile": "npm run clean && ngc",
0 commit comments