Skip to content

Commit

Permalink
Bumping version to test build/release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jan 25, 2019
1 parent 4c58b5a commit 4f82d3a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 4f82d3a

Please sign in to comment.