We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141d95 commit 3646498Copy full SHA for 3646498
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 4.0.0 (2019-06-14)
2
+[Compare `@uirouter/angular` versions 3.0.0 and 4.0.0](https://github.com/ui-router/angular/compare/3.0.0...4.0.0)
3
+
4
+### Features
5
6
+* **uirouter:** Add support for Angular 8 ([c141d95](https://github.com/ui-router/angular/commit/c141d95))
7
8
# 3.0.0 (2019-02-04)
9
[Compare `@uirouter/angular` versions 2.0.4 and 3.0.0](https://github.com/ui-router/angular/compare/2.0.4...3.0.0)
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
- "version": "3.0.0",
+ "version": "4.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc",
"compile": "npm run clean && ngc",
0 commit comments