Skip to content

Commit a2def9d

Browse files
committed
Release 0.3.1
1 parent 93759c3 commit a2def9d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/example/*.bundle.js
44
/.nyc_output/
55
npm-debug.log
6+
package-lock.json

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ For a more complete example, see the `example/` folder.
3939

4040
## Changes
4141

42+
* 0.3.1 (Jul 28 2018)
43+
- `setSource` failures now provide more verbose errors including the component library and name
4244
* 0.3.0 (Jan 11 2018)
4345
- Try to run ES6 components directly without transpiling if Babel is not available. Most platforms support it now

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noflo-component-loader",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "NoFlo Component Loader generator for WebPack and other module bundlers",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)