Skip to content

Commit 1a60b21

Browse files
committed
Bump v1.2.0
1 parent 3f58eb6 commit 1a60b21

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,9 +1,17 @@
1+
v1.2.0 - Mon Jun 22 2020 15:36:00 PST
2+
--------------------------------------
3+
4+
- Added support for optional attributes that can be added to the generated script tag [(#52)](https://github.com/dozoisch/react-async-script/pull/52)
5+
- Update various dependencies (notably babel/react) [(#48)](https://github.com/dozoisch/react-async-script/pull/48)
6+
7+
18
v1.1.1 - Sun Jul 14 2019 11:14:00 PST
29
--------------------------------------
310

411
- Add node 12 to build [(#46)](https://github.com/dozoisch/react-async-script/pull/46)
512

613

14+
715
v1.1.0 - Sun Jul 14 2019 10:19:00 PST
816
--------------------------------------
917

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.1.1",
3+
"version": "1.2.0",
44
"description": "A composition mixin for loading scripts asynchronously for React",
55
"main": "lib/async-script-loader.js",
66
"module": "lib/esm/async-script-loader.js",

0 commit comments

Comments
 (0)