From 59751733ef33723a996418ebf2a80eb3815944cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2019 20:28:09 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/ngageoint/opensphere-asm/compare/v1.2.2...v1.2.3) (2019-09-18) ### Bug Fixes * fix api break and add tests for it ([cf2600b](https://github.com/ngageoint/opensphere-asm/commit/cf2600b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9dc788..a38f930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/ngageoint/opensphere-asm/compare/v1.2.2...v1.2.3) (2019-09-18) + + +### Bug Fixes + +* fix api break and add tests for it ([cf2600b](https://github.com/ngageoint/opensphere-asm/commit/cf2600b)) + ## [1.2.2](https://github.com/ngageoint/opensphere-asm/compare/v1.2.1...v1.2.2) (2019-09-18) diff --git a/package.json b/package.json index a2514f8..3cacf1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensphere-asm", - "version": "1.2.2", + "version": "1.2.3", "description": "WebAssembly and asm.js module for OpenSphere. Built with [emscripten](https://github.com/kripken/emscripten).", "main": "dist/os-load.js", "scripts": {