Skip to content

Commit

Permalink
chore(release): 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jul 7, 2022
1 parent 88f9614 commit 6dfe196
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.15.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.14.1...v1.15.0) (2022-07-07)


### Features

* Bump versions to latest ([ee76b82](https://github.com/hpcc-systems/hpcc-js-wasm/commit/ee76b8255505ab62afba07340679b45496c7b163))


### Bug Fixes

* wasmBinary should be an ArrayBuffer ([4b18e61](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4b18e616386e3b1702717ad4ccf1f82f2d08d0c9))

### [1.14.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.14.0...v1.14.1) (2022-04-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm",
"version": "1.14.1",
"version": "1.15.0",
"description": "hpcc-js - WASM Libraries",
"keywords": [
"graphviz",
Expand Down Expand Up @@ -113,4 +113,4 @@
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
},
"homepage": "https://github.com/hpcc-systems/hpcc-js-wasm#readme"
}
}

0 comments on commit 6dfe196

Please sign in to comment.