We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd28cd commit 8157c24Copy full SHA for 8157c24
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 9.0.0 (2021-12-01)
2
+[Compare `@uirouter/angular` versions 8.0.1 and 9.0.0](https://github.com/ui-router/angular/compare/8.0.1...9.0.0)
3
+
4
+### Features
5
6
+* Support Angular 12 and 13
7
8
## 8.0.1 (2021-03-02)
9
[Compare `@uirouter/angular` versions 8.0.0 and 8.0.1](https://github.com/ui-router/angular/compare/8.0.0...8.0.1)
10
package.json
@@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
- "version": "8.0.1",
+ "version": "9.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
"compile": "npm run clean && ngc",
0 commit comments