Skip to content

Commit c2418da

Browse files
committed
Bump v1.0.0
1 parent e633c39 commit c2418da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.0.0-rc.1 - Sun 12 Aug 2018 17:47:00 PST
1+
v1.0.0 - Fri 17 Aug 2018 17:32:00 PST
22
--------------------------------------
33

44
- React forward ref [(#37)](https://github.com/dozoisch/react-async-script/pull/37)
@@ -7,7 +7,7 @@ v1.0.0-rc.1 - Sun 12 Aug 2018 17:47:00 PST
77
- Updated Travis Node versions [(#36)](https://github.com/dozoisch/react-async-script/pull/36)
88
- Refactor to new HOC pattern [(#34)](https://github.com/dozoisch/react-async-script/pull/34)
99
- Remove old broken IE support [(#34)](https://github.com/dozoisch/react-async-script/pull/34)
10-
10+
- Add migration notes [(#40)](https://github.com/dozoisch/react-async-script/pull/40)
1111

1212

1313
v0.11.1 - Sat, 4 Aug 2018 12:46:00 PST

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-rc.1",
3+
"version": "1.0.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)