Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed May 27, 2020
1 parent a395076 commit 801f72b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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.

## [0.4.0](https://github.com/wowserhq/stormjs/compare/v0.3.0...v0.4.0) (2020-05-27)


### ⚠ BREAKING CHANGES

* We no longer support Node 8 or earlier. Node 10 is the oldest version actively maintained.

### Bug Fixes

* support new esm handling in node 12 and 14 ([#53](https://github.com/wowserhq/stormjs/issues/53)) ([11d0842](https://github.com/wowserhq/stormjs/commit/11d0842fb53a5d19dcd8a758659c1abbb87e981f))
* use explicit file extensions with es modules ([#51](https://github.com/wowserhq/stormjs/issues/51)) ([ae78d74](https://github.com/wowserhq/stormjs/commit/ae78d744a2a4fa9135b81ff86fb8d9e5c07b3d4c))
* use module field as esm hint for bundlers ([#52](https://github.com/wowserhq/stormjs/issues/52)) ([92083e0](https://github.com/wowserhq/stormjs/commit/92083e0677b9c6ee872ee124b9a50886d186198f))

## 0.3.0 - 2018-08-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wowserhq/stormjs",
"version": "0.3.0",
"version": "0.4.0",
"description": "StormLib for Javascript, powered by Emscripten",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 801f72b

Please sign in to comment.