From 4e97e7e13ee5db3534ecdc18b2fe7feb2c03bb37 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 25 Jun 2024 15:16:10 +0100 Subject: [PATCH] chore(release): 2.17.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e2da48..08c74f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.17.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.16.2...v2.17.0) (2024-06-25) + + +### Features + +* Add DuckDB Support ([005adf6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/005adf6fc8785eaf5e466caaca0921af5ffe97db)) + ### [2.16.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.16.1...v2.16.2) (2024-04-29) ### [2.16.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.16.0...v2.16.1) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 9a96b875..52e96a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hpcc-js/wasm", - "version": "2.16.2", + "version": "2.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hpcc-js/wasm", - "version": "2.16.2", + "version": "2.17.0", "license": "Apache-2.0", "dependencies": { "yargs": "17.7.2" diff --git a/package.json b/package.json index 749de2f4..e71b2ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/wasm", - "version": "2.16.2", + "version": "2.17.0", "description": "hpcc-js - WASM Libraries", "keywords": [ "graphviz", @@ -181,4 +181,4 @@ "url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues" }, "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/" -} \ No newline at end of file +}