Skip to content

Commit 801f72b

Browse files
committed
chore(release): 0.4.0
1 parent a395076 commit 801f72b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
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.
4+
5+
## [0.4.0](https://github.com/wowserhq/stormjs/compare/v0.3.0...v0.4.0) (2020-05-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* We no longer support Node 8 or earlier. Node 10 is the oldest version actively maintained.
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
* use explicit file extensions with es modules ([#51](https://github.com/wowserhq/stormjs/issues/51)) ([ae78d74](https://github.com/wowserhq/stormjs/commit/ae78d744a2a4fa9135b81ff86fb8d9e5c07b3d4c))
16+
* use module field as esm hint for bundlers ([#52](https://github.com/wowserhq/stormjs/issues/52)) ([92083e0](https://github.com/wowserhq/stormjs/commit/92083e0677b9c6ee872ee124b9a50886d186198f))
17+
318
## 0.3.0 - 2018-08-17
419

520
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wowserhq/stormjs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "StormLib for Javascript, powered by Emscripten",
55
"main": "dist/index",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)