Skip to content

Commit e6cc6ac

Browse files
7.2.1
1 parent 1f4a926 commit e6cc6ac

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 7.2.1 (2020-09-19)
2+
[Compare `@uirouter/visualizer` versions 7.2.0 and 7.2.1](https://github.com/ui-router/visualizer/compare/7.2.0...7.2.1)
3+
4+
### Bug Fixes
5+
6+
* Pin d3-interpolate to 1.4.0 to avoid bundling an arrow function for IE11 compat ([1f4a926](https://github.com/ui-router/visualizer/commit/1f4a926))
7+
8+
9+
10+
111
# 7.2.0 (2020-09-16)
212
[Compare `@uirouter/visualizer` versions 7.1.0 and 7.2.0](https://github.com/ui-router/visualizer/compare/7.1.0...7.2.0)
313

package.json

Lines changed: 1 addition & 1 deletion
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": "7.2.0",
4+
"version": "7.2.1",
55
"scripts": {
66
"start": "npm run bundle && http-server . -o example",
77
"clean": "shx rm -rf lib lib-esm _bundles",

0 commit comments

Comments
 (0)