Skip to content

Commit 7437a7f

Browse files
7.0.0
1 parent 055e50c commit 7437a7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 7.0.0 (2019-01-26)
2+
[Compare `@uirouter/visualizer` versions 6.0.3 and 7.0.0](https://github.com/ui-router/visualizer/compare/6.0.3...7.0.0)
3+
4+
### Bug Fixes
5+
6+
* **typescript:** Create an artisinal hand crafted typings file for better compat with react ([055e50c](https://github.com/ui-router/visualizer/commit/055e50c))
7+
8+
9+
10+
111
## 6.0.3 (2019-01-25)
212
[Compare `@uirouter/visualizer` versions 6.0.2 and 6.0.3](https://github.com/ui-router/visualizer/compare/6.0.2...6.0.3)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/visualizer",
33
"description": "UI-Router State Visualizer and Transition Visualizer",
4-
"version": "6.0.3",
4+
"version": "7.0.0",
55
"scripts": {
66
"start": "webpack-dev-server --port 4039 --content-base example",
77
"clean": "shx rm -rf lib lib-esm _bundles",

0 commit comments

Comments
 (0)