Skip to content

Commit 2348f04

Browse files
committed
chore: release trunk
1 parent 4e189fe commit 2348f04

18 files changed

+112
-37
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.1.1",
3-
"packages/base91": "1.2.0",
4-
"packages/duckdb": "1.2.0",
5-
"packages/expat": "1.2.0",
6-
"packages/graphviz": "1.2.0",
7-
"packages/graphviz-cli": "1.2.0",
8-
"packages/zstd": "1.1.1",
9-
"packages/wasm": "2.20.0"
2+
".": "3.2.0",
3+
"packages/base91": "1.3.0",
4+
"packages/duckdb": "1.3.0",
5+
"packages/expat": "1.3.0",
6+
"packages/graphviz": "1.3.0",
7+
"packages/graphviz-cli": "1.2.1",
8+
"packages/zstd": "1.2.0",
9+
"packages/wasm": "2.21.0"
1010
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [3.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.1.1...wasm-root-v3.2.0) (2024-08-30)
6+
7+
8+
### Features
9+
10+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
11+
12+
13+
### Bug Fixes
14+
15+
* Add -y option for publish ([7cc8bd6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7cc8bd60ede5bcbb00a193cd398c23f547e64a8f))
16+
* Docs not building and deploying ([4e189fe](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4e189fef82a2cdcdb2859e11ac7f9094b184373a))
17+
518
## [3.1.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.1.0...wasm-root-v3.1.1) (2024-08-15)
619

720

package-lock.json

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

packages/base91/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.2.0...wasm-base91-v1.3.0) (2024-08-30)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
9+
310
## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.1.0...wasm-base91-v1.2.0) (2024-08-15)
411

512

packages/base91/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-base91",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "hpcc-js - WASM Base91",
55
"type": "module",
66
"exports": {

packages/duckdb/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.2.0...wasm-duckdb-v1.3.0) (2024-08-30)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
9+
310
## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.1.0...wasm-duckdb-v1.2.0) (2024-08-15)
411

512

packages/duckdb/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-duckdb",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "hpcc-js - WASM DuckDB",
55
"type": "module",
66
"exports": {

packages/expat/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.2.0...wasm-expat-v1.3.0) (2024-08-30)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
9+
310
## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.1.0...wasm-expat-v1.2.0) (2024-08-15)
411

512

packages/expat/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-expat",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "hpcc-js - WASM expat",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)