Skip to content

Commit 53e7a9e

Browse files
authored
Merge pull request #312 from hpcc-systems/release-please--branches--trunk
chore: release trunk
2 parents 04632f8 + 6b919d8 commit 53e7a9e

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.8.0",
2+
".": "3.8.1",
33
"packages/base91": "1.4.0",
44
"packages/duckdb": "1.7.0",
55
"packages/expat": "1.4.0",
66
"packages/graphviz": "1.9.0",
77
"packages/graphviz-cli": "1.4.0",
88
"packages/zstd": "1.3.0",
9-
"packages/wasm": "2.24.0"
9+
"packages/wasm": "2.24.1"
1010
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ _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.8.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.8.0...wasm-root-v3.8.1) (2025-07-04)
12+
13+
14+
### Bug Fixes
15+
16+
* umd loading not working 100% ([04632f8](https://github.com/hpcc-systems/hpcc-js-wasm/commit/04632f86a2f57482a7c3e903b37de978c9a0f1ec))
17+
1118
## [3.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.7.1...wasm-root-v3.8.0) (2025-07-04)
1219

1320

package-lock.json

Lines changed: 3 additions & 3 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.8.0",
4+
"version": "3.8.1",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

packages/wasm/CHANGELOG.md

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

3+
## [2.24.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.24.0...wasm-v2.24.1) (2025-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* umd loading not working 100% ([04632f8](https://github.com/hpcc-systems/hpcc-js-wasm/commit/04632f86a2f57482a7c3e903b37de978c9a0f1ec))
9+
310
## [2.24.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.23.0...wasm-v2.24.0) (2025-07-04)
411

512

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm",
3-
"version": "2.24.0",
3+
"version": "2.24.1",
44
"description": "hpcc-js - WASM Libraries",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)