Skip to content

Commit

Permalink
1.5.0 release (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
krissalvador27 authored Dec 12, 2018
1 parent ed267fe commit 6e49b44
Show file tree
Hide file tree
Showing 7 changed files with 7,474 additions and 74 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0 (2018-12-11)

- [#129](https://github.com/spotify/reactochart/pull/129) Upgrade webpack and resolve security dev dependencies
- [#130](https://github.com/spotify/reactochart/pull/130) Upgrade to react v16 and update peer dependencies

## 1.4.1 (2018-12-04)

- [#127](https://github.com/spotify/reactochart/pull/127) Import measure-text source code to fix [security vulnerability](https://github.com/FormidableLabs/measure-text/issues/5) and [dev dependencies issue](https://github.com/spotify/reactochart/issues/123)
Expand Down
71 changes: 0 additions & 71 deletions docs/build/bundle.1f47e4844e3e55b8a07f.js

This file was deleted.

90 changes: 90 additions & 0 deletions docs/build/bundle.6986043593b7ed870f78.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
</div>

<div class="container-fluid" id="container">Loading...</div>
<script type="text/javascript" src="bundle.1f47e4844e3e55b8a07f.js"></script></body>
<script type="text/javascript" src="bundle.6986043593b7ed870f78.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"contributors": [
"Kris Salvador <[email protected]>"
],
"version": "1.4.1",
"version": "1.5.0",
"main": "index.js",
"files": [
"*.js",
Expand Down
Loading

0 comments on commit 6e49b44

Please sign in to comment.