Skip to content

Commit

Permalink
Merge pull request #263 from hpcc-systems/release-please--branches--t…
Browse files Browse the repository at this point in the history
…runk

chore: release trunk
  • Loading branch information
GordonSmith authored Sep 6, 2024
2 parents d62fef7 + 2fbdc2e commit 1253aac
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "3.2.0",
".": "3.2.1",
"packages/base91": "1.3.0",
"packages/duckdb": "1.3.0",
"packages/expat": "1.3.0",
"packages/graphviz": "1.3.0",
"packages/graphviz-cli": "1.2.1",
"packages/zstd": "1.2.0",
"packages/wasm": "2.21.0"
"packages/wasm": "2.21.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ _This changelog is now a summary of all changes across all packages in the mono

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.

## [3.2.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.2.0...wasm-root-v3.2.1) (2024-09-06)


### Bug Fixes

* Add missing DuckDB to wasm package ([7f45a67](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7f45a675d97c31c4b3cd3adca912c24d114c9019)), closes [#257](https://github.com/hpcc-systems/hpcc-js-wasm/issues/257)

## [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)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hpcc-js/wasm-root",
"private": true,
"version": "3.2.0",
"version": "3.2.1",
"description": "hpcc-js - WASM Libraries",
"keywords": [
"graphviz",
Expand Down
7 changes: 7 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.21.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.21.0...wasm-v2.21.1) (2024-09-06)


### Bug Fixes

* Add missing DuckDB to wasm package ([7f45a67](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7f45a675d97c31c4b3cd3adca912c24d114c9019)), closes [#257](https://github.com/hpcc-systems/hpcc-js-wasm/issues/257)

## [2.21.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.20.0...wasm-v2.21.0) (2024-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm",
"version": "2.21.0",
"version": "2.21.1",
"description": "hpcc-js - WASM Libraries",
"type": "module",
"exports": {
Expand Down

0 comments on commit 1253aac

Please sign in to comment.