Skip to content

Commit 515c232

Browse files
committed
chore(release): 2.17.1
1 parent a7772b3 commit 515c232

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.17.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.17.0...v2.17.1) (2024-06-26)
6+
7+
8+
### Bug Fixes
9+
10+
* Exclude sourcemaps from node_modules ([a7772b3](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a7772b37befdc534893d3c80d0f0d2066230474d))
11+
* vitepress failing to build docs ([d179a54](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d179a548c2cbdc059774797cdd0ce8fa11ff1fdd))
12+
513
## [2.17.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.16.2...v2.17.0) (2024-06-25)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
44
"description": "hpcc-js - WASM Libraries",
55
"keywords": [
66
"graphviz",
@@ -181,4 +181,4 @@
181181
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
182182
},
183183
"homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/"
184-
}
184+
}

0 commit comments

Comments
 (0)