Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 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": "@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",
Expand Down