Skip to content

Commit

Permalink
Merge pull request #44 from nrabinowitz/release-3.4.3
Browse files Browse the repository at this point in the history
Preparing for release 3.4.3
  • Loading branch information
nrabinowitz authored Apr 2, 2019
2 parents c728f7a + 43afb48 commit 2a52001
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This librar
## [Unreleased]
- *None*

## [3.4.3] - 2019-04-01
### Added
- Changed module exports to ES6 syntax (#41)
- Added UMD bundle to published package (#41)
- Added separate bundles with an Emscripten browser-only build (#43)

## [3.4.2] - 2019-02-08
### Fixed
- Changed `const` to `var` for better compatibility in Emscripten-generated code (#37)
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": "h3-js",
"version": "3.4.2",
"version": "3.4.3",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 2a52001

Please sign in to comment.