Skip to content

Commit 4f82d3a

Browse files
committed
Bumping version to test build/release
1 parent 4c58b5a commit 4f82d3a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ MIT
114114

115115
Aaron Powell
116116

117-
[build]: https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_apis/build/status/aaronpowell.webpack-golang-wasm-async-loader?branchName=master
117+
[build]: https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_apis/build/status/aaronpowell.webpack-golang-wasm-async-loader?branchName=master&label=Built%20on%20Azure%20🐱%E2%80%8D💻
118118
[build-url]: https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_build/latest?definitionId=16?branchName=master
119119

120120
[npm]: https://img.shields.io/npm/v/golang-wasm-async-loader.svg

ReleaseNotes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## New in 0.2.1 (2019/01/25)
2+
3+
* Trying to get the build/release process done a little better
4+
5+
## New in 0.2.0 (2019/01/24)
6+
7+
* Added ability to create a static value that is bound
8+
* Some basic error handling in JavaScript
9+
10+
## New in 0.1.0 (2019/01/24)
11+
12+
* 🎉 Initial release!
13+
* Created the webpack loader
14+
* Created the Go package

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "golang-wasm-async-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output",
55
"main": "dist/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
87
"build": "tsc"
98
},
109
"keywords": [

0 commit comments

Comments
 (0)