From c2418dac64864e05fb3d6877f8b52022cb0e633b Mon Sep 17 00:00:00 2001 From: Hugo Dozois Date: Fri, 17 Aug 2018 17:37:38 -0700 Subject: [PATCH] Bump v1.0.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827cec4..f1423b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v1.0.0-rc.1 - Sun 12 Aug 2018 17:47:00 PST +v1.0.0 - Fri 17 Aug 2018 17:32:00 PST -------------------------------------- - 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 - 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) - +- Add migration notes [(#40)](https://github.com/dozoisch/react-async-script/pull/40) v0.11.1 - Sat, 4 Aug 2018 12:46:00 PST diff --git a/package.json b/package.json index 7717f9e..ddcd309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-async-script", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "A composition mixin for loading scripts asynchronously for React", "main": "lib/async-script-loader.js", "scripts": {