Skip to content

Commit 7a7f719

Browse files
committed
[bump] v0.10.0
1 parent dbd1da7 commit 7a7f719

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,43 @@
1+
v0.10.0 - Tue, 24 Jul 2018 14:40:00 PST
2+
--------------------------------------
3+
4+
- Clean up use of Map to remove core-js polyfills [(#27)](github.com/dozoisch/react-async-script/pull/27)
5+
6+
7+
18
v0.9.1 - Wed, 19 Apr 2017 6:05:00 PST
29
--------------------------------------
310

4-
- Fixed issue where method was not bound properly (#19)
11+
- Fixed issue where method was not bound properly [(#19)](github.com/dozoisch/react-async-script/pull/19)
512

613

714

815
v0.9.0 - Sun, 16 Apr 2017 4:12:00 PST
916
--------------------------------------
1017

11-
- Changed updated to react >=15.5 (#18)
18+
- Changed updated to react >=15.5 [(#18)](github.com/dozoisch/react-async-script/pull/18)
1219

1320

1421

1522
v0.8.0 - Thu, 23 Mar 2017 5:46:00 PST
1623
--------------------------------------
1724

18-
- Added removeOnUnmount parameter (#14)
25+
- Added removeOnUnmount parameter [(#14)](github.com/dozoisch/react-async-script/pull/14)
1926

2027

2128

2229
v0.7.0 - Sat, 04 Mar 2017 6:37:00 PST
2330
--------------------------------------
2431

25-
- Updated deps to react 15 and babel 6 (#13)
32+
- Updated deps to react 15 and babel 6 [(#13)](github.com/dozoisch/react-async-script/pull/13)
2633
- Go back to manual changelogs
2734

2835

2936

3037
v0.6.0 - Thu, 02 Jun 2016 01:18:21 GMT
3138
--------------------------------------
3239

33-
- [0bc67b2](../../commit/0bc67b2) [fixed] typo in documentation (#9)
40+
- [0bc67b2](../../commit/0bc67b2) [fixed] typo in documentation [(#9)](github.com/dozoisch/react-async-script/pull/9)
3441

3542

3643

@@ -49,7 +56,7 @@ v0.5.0 - Thu, 15 Oct 2015 21:10:33 GMT
4956
- [4920f59](../../commit/4920f59) [changed] Build Tools to use babel
5057
- [253dbf2](../../commit/253dbf2) [fixed] onLoad propname in readme
5158

52-
## 0.4.0
59+
## 0.4.0
5360

5461
- Fixed issue with refs
5562
- Bump all deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-script",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "A composition mixin for loading scripts asynchronously for React",
55
"main": "lib/async-script-loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)