Skip to content

Commit

Permalink
[Bump] v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Aug 13, 2018
1 parent 92511f8 commit 30bd235
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
v1.0.0-rc.1 - Sun 12 Aug 2018 17:47:00 PST
--------------------------------------

- React forward ref [(#37)](https://github.com/dozoisch/react-async-script/pull/37)
- Update to react 16.4.1 [(#37)](https://github.com/dozoisch/react-async-script/pull/37)
- Hoist non react statics [(#35)](https://github.com/dozoisch/react-async-script/pull/35)
- Updated Travis Node versions [(#36)](https://github.com/dozoisch/react-async-script/pull/36)
- Refactor to new HOC pattern [(#34)](https://github.com/dozoisch/react-async-script/pull/34)
- Remove old broken IE support [(#34)](https://github.com/dozoisch/react-async-script/pull/34)



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

- Remove babel-runtime peer dep [(#32)](https://github.com/dozoisch/react-async-script/pull/32)
- Readme updates [(#31)](https://github.com/dozoisch/react-async-script/pull/31)



v0.11.0 - Sun, 29 Jul 2018 11:58:00 PST
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async-script",
"version": "0.11.1",
"version": "1.0.0-rc.1",
"description": "A composition mixin for loading scripts asynchronously for React",
"main": "lib/async-script-loader.js",
"scripts": {
Expand Down

0 comments on commit 30bd235

Please sign in to comment.