Skip to content

Commit 46330d2

Browse files
committed
chore(release): 2.0.0
1 parent 066d11d commit 46330d2

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.20.1...v2.0.0) (2022-11-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Refactor public interfaces to follow common pattern
11+
Start using sfx-wasm bundler
12+
13+
Update docs to use vitepress
14+
15+
Signed-off-by: Gordon Smith <[email protected]>
16+
17+
### Features
18+
19+
* Switch default to ESM Modules ([02a4e0f](https://github.com/hpcc-systems/hpcc-js-wasm/commit/02a4e0f30a547bcf2d5472f2b49d5e51b3438e51))
20+
521
### [1.20.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.20.0...v1.20.1) (2022-11-06)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm",
3-
"version": "1.20.1",
3+
"version": "2.0.0",
44
"description": "hpcc-js - WASM Libraries",
55
"keywords": [
66
"graphviz",
@@ -159,4 +159,4 @@
159159
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
160160
},
161161
"homepage": "https://github.com/hpcc-systems/hpcc-js-wasm#readme"
162-
}
162+
}

0 commit comments

Comments
 (0)