Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2019-04-22)

### Bug Fixes

* **asm:** Emscripten now emits WASM by default, so disable it for the asm.js build. ([fa7d684](fa7d684))
  • Loading branch information
semantic-release-bot committed Apr 22, 2019
1 parent 9d9ef61 commit 40c226e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/ngageoint/opensphere-asm/compare/v1.1.0...v1.1.1) (2019-04-22)


### Bug Fixes

* **asm:** Emscripten now emits WASM by default, so disable it for the asm.js build. ([fa7d684](https://github.com/ngageoint/opensphere-asm/commit/fa7d684))

# [1.1.0](https://github.com/ngageoint/opensphere-asm/compare/v1.0.1...v1.1.0) (2019-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensphere-asm",
"version": "1.1.0",
"version": "1.1.1",
"description": "WebAssembly and asm.js module for OpenSphere. Built with [emscripten](https://github.com/kripken/emscripten).",
"main": "dist/os-load.js",
"scripts": {
Expand Down

0 comments on commit 40c226e

Please sign in to comment.