Skip to content

Commit 191cb8b

Browse files
authored
Merge pull request #307 from hpcc-systems/release-please--branches--trunk
chore: release trunk
2 parents 2f31c48 + eb6447a commit 191cb8b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "3.7.0",
2+
".": "3.7.1",
33
"packages/base91": "1.3.1",
44
"packages/duckdb": "1.6.0",
55
"packages/expat": "1.3.2",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ _This changelog is now a summary of all changes across all packages in the mono
88

99
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.
1010

11+
## [3.7.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.7.0...wasm-root-v3.7.1) (2025-07-02)
12+
13+
14+
### Bug Fixes
15+
16+
* was defaulting to Debug build ([2f31c48](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2f31c484aa63560dbdf4d33f69c511a435bcdc7c))
17+
* was defaulting to Debug build ([7387ac2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7387ac2f787c4e301061df0e41b0236d4713f231))
18+
1119
## [3.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.6.0...wasm-root-v3.7.0) (2025-06-09)
1220

1321

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hpcc-js/wasm-root",
33
"private": true,
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

0 commit comments

Comments
 (0)