Skip to content

Commit 7339bb0

Browse files
NSeydouxjeswr
andauthored
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 <[email protected]>
1 parent 796ffec commit 7339bb0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ The following changes are pending, and will be applied on the next major release
1616

1717
The following changes have been implemented but not released yet:
1818

19+
## [1.30.1] - 2023-09-15
20+
1921
### Patch
2022

2123
- Add a non-regression test for containment relationship validation. The behavior
2224
of the library was already correct in a specific edge case, but that was not
2325
covered by any test. Thanks to [Otto-AA](https://github.com/Otto-AA) for noticing
2426
the gap and implementing the missing test.
27+
- Build system (bundler and TypeScript) updates. This should be transparent to dependants.
2528

2629
## [1.30.0] - 2023-07-30
2730

package-lock.json

Lines changed: 2 additions & 2 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": "@inrupt/solid-client",
33
"description": "Make your web apps work with Solid Pods.",
4-
"version": "1.30.0",
4+
"version": "1.30.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)