Skip to content

Commit c7153e4

Browse files
committed
Bump v1.0.1
1 parent b2a8231 commit c7153e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.0.1 - Sun 17 Apr 2019 19:14:00 PST
2+
--------------------------------------
3+
4+
- Support for adding a script id attribute [(#43)](https://github.com/dozoisch/react-async-script/pull/43)
5+
6+
7+
18
v1.0.0 - Fri 17 Aug 2018 17:32:00 PST
29
--------------------------------------
310

@@ -10,6 +17,7 @@ v1.0.0 - Fri 17 Aug 2018 17:32:00 PST
1017
- Add migration notes [(#40)](https://github.com/dozoisch/react-async-script/pull/40)
1118

1219

20+
1321
v0.11.1 - Sat, 4 Aug 2018 12:46:00 PST
1422
--------------------------------------
1523

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": "1.0.0",
3+
"version": "1.0.1",
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)