Skip to content

Commit 0c0a018

Browse files
5.0.6
1 parent 9e1c21c commit 0c0a018

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+
## 5.0.6 (2017-12-03)
2+
[Compare `@uirouter/visualizer` versions 5.0.5 and 5.0.6](https://github.com/ui-router/visualizer/compare/5.0.5...5.0.6)
3+
4+
### Bug Fixes
5+
6+
* **bundle:** fix bundling of css for lib-esm (stackblitz try 5) bundle css files? ([9e1c21c](https://github.com/ui-router/visualizer/commit/9e1c21c))
7+
8+
9+
10+
111
## 5.0.5 (2017-12-03)
212
[Compare `@uirouter/visualizer` versions 5.0.4 and 5.0.5](https://github.com/ui-router/visualizer/compare/5.0.4...5.0.5)
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": "5.0.5",
4+
"version": "5.0.6",
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)