Skip to content

Commit 3cef598

Browse files
committed
cutting a release
1 parent 3d1f015 commit 3cef598

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ReleaseNotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
* Merged [PR #1](https://github.com/aaronpowell/webpack-golang-wasm-async-loader/pull/1) to update to Go 1.12
22
* Added error handling support
3-
* Improved examples
3+
* Improved examples
4+
* Added better support for Node.js
5+
* Reworked the demos to have web and node examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "golang-wasm-async-loader",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
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": {

0 commit comments

Comments
 (0)