Skip to content

Commit 555eba0

Browse files
committed
bump 0.3.1
1 parent 7050584 commit 555eba0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 0.3.1
4+
- Removed uncessary "use strict"
5+
- Bump deps
6+
37
## 0.3.0
48
- Added a way to expose child functions
59

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": "0.3.0",
3+
"version": "0.3.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)