Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 1, 2021
1 parent bdd28cd commit 8157c24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.0.0 (2021-12-01)
[Compare `@uirouter/angular` versions 8.0.1 and 9.0.0](https://github.com/ui-router/angular/compare/8.0.1...9.0.0)

### Features

* Support Angular 12 and 13

## 8.0.1 (2021-03-02)
[Compare `@uirouter/angular` versions 8.0.0 and 8.0.1](https://github.com/ui-router/angular/compare/8.0.0...8.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8157c24

Please sign in to comment.