Skip to content

Commit

Permalink
Merge pull request #38 from nrabinowitz/release-3.4.2
Browse files Browse the repository at this point in the history
Preparing for release 3.4.2
  • Loading branch information
nrabinowitz committed Feb 8, 2019
2 parents e3206db + 0602901 commit 6327c25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This librar
## [Unreleased]
- *None*

## [3.4.2] - 2019-02-08
### Fixed
- Changed `const` to `var` for better compatibility in Emscripten-generated code (#37)

## [3.4.1] - 2019-01-25
### Fixed
- Updated Emscripten, removing hack for `getTempRet0`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "h3-js",
"version": "3.4.1",
"version": "3.4.2",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <isv.damocles@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 6327c25

Please sign in to comment.