diff --git a/README.md b/README.md index 21014d0..0cfc965 100755 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ MIT Aaron Powell -[build]: https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_apis/build/status/aaronpowell.webpack-golang-wasm-async-loader?branchName=master +[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💻 [build-url]: https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_build/latest?definitionId=16?branchName=master [npm]: https://img.shields.io/npm/v/golang-wasm-async-loader.svg diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100755 index 0000000..9c23fad --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,14 @@ +## New in 0.2.1 (2019/01/25) + +* Trying to get the build/release process done a little better + +## New in 0.2.0 (2019/01/24) + +* Added ability to create a static value that is bound +* Some basic error handling in JavaScript + +## New in 0.1.0 (2019/01/24) + +* 🎉 Initial release! +* Created the webpack loader +* Created the Go package \ No newline at end of file diff --git a/package.json b/package.json index 54944e2..c5d0da9 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { "name": "golang-wasm-async-loader", - "version": "0.2.0", + "version": "0.2.1", "description": "Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output", "main": "dist/index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [