From 7339bb0816b7d56d8f3c2f2283faefbf5875dece Mon Sep 17 00:00:00 2001 From: Zwifi Date: Sun, 17 Sep 2023 15:54:06 +0200 Subject: [PATCH] Release/1.30.1 (#2185) * 1.30.1 * Updated changelog for 1.30.1 * fixup! Updated changelog for 1.30.1 * Fix changelog --------- Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com> --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f63c7a4b2..7d96a15fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,15 @@ The following changes are pending, and will be applied on the next major release The following changes have been implemented but not released yet: +## [1.30.1] - 2023-09-15 + ### Patch - Add a non-regression test for containment relationship validation. The behavior of the library was already correct in a specific edge case, but that was not covered by any test. Thanks to [Otto-AA](https://github.com/Otto-AA) for noticing the gap and implementing the missing test. +- Build system (bundler and TypeScript) updates. This should be transparent to dependants. ## [1.30.0] - 2023-07-30 diff --git a/package-lock.json b/package-lock.json index 063e50364f..002ea89df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "1.30.0", + "version": "1.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "1.30.0", + "version": "1.30.1", "license": "MIT", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", diff --git a/package.json b/package.json index 078f6308e9..9fdcaee2ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client", "description": "Make your web apps work with Solid Pods.", - "version": "1.30.0", + "version": "1.30.1", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",