Skip to content

Commit

Permalink
7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Sep 19, 2020
1 parent 1f4a926 commit e6cc6ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 7.2.1 (2020-09-19)
[Compare `@uirouter/visualizer` versions 7.2.0 and 7.2.1](https://github.com/ui-router/visualizer/compare/7.2.0...7.2.1)

### Bug Fixes

* 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.2.0 (2020-09-16)
[Compare `@uirouter/visualizer` versions 7.1.0 and 7.2.0](https://github.com/ui-router/visualizer/compare/7.1.0...7.2.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/visualizer",
"description": "UI-Router State Visualizer and Transition Visualizer",
"version": "7.2.0",
"version": "7.2.1",
"scripts": {
"start": "npm run bundle && http-server . -o example",
"clean": "shx rm -rf lib lib-esm _bundles",
Expand Down

0 comments on commit e6cc6ac

Please sign in to comment.