From 99bc17349fa20712b503651168f1bc65dfb1d236 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 6 Aug 2024 12:30:19 +0100 Subject: [PATCH] chore(release): 2.18.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00460903..69f2f9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.18.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.18.0...v2.18.1) (2024-08-06) + + +### Bug Fixes + +* Documentaion contains invalid links ([65c3c4e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/65c3c4e953d5ebc9f387715f80b11cdc455bdd10)), closes [#226](https://github.com/hpcc-systems/hpcc-js-wasm/issues/226) +* Documentaion contains invalid links ([225c175](https://github.com/hpcc-systems/hpcc-js-wasm/commit/225c1750acda45bf0d835ef9437f27f1114e6bf1)), closes [#226](https://github.com/hpcc-systems/hpcc-js-wasm/issues/226) +* Legacy browser loading fails (UMD) ([1a4388a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1a4388aaba18d6956c7b544238bacdb5b27226f3)), closes [#228](https://github.com/hpcc-systems/hpcc-js-wasm/issues/228) + ## [2.18.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v2.17.1...v2.18.0) (2024-07-05) diff --git a/package-lock.json b/package-lock.json index f542e005..1a772c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hpcc-js/wasm", - "version": "2.18.0", + "version": "2.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hpcc-js/wasm", - "version": "2.18.0", + "version": "2.18.1", "license": "Apache-2.0", "dependencies": { "yargs": "17.7.2" diff --git a/package.json b/package.json index 925088ef..c6ab7857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/wasm", - "version": "2.18.0", + "version": "2.18.1", "description": "hpcc-js - WASM Libraries", "keywords": [ "graphviz", @@ -186,4 +186,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 +}