Skip to content

Commit fe2b35b

Browse files
authored
Release 2.1.1 (#2527)
* Prepare changelog for 2.1.1 release * 2.1.1
1 parent 759822f commit fe2b35b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

99
## Unreleased changes
1010

11+
## [2.1.1](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.1) - 2024-10-14
12+
13+
### Internal change
14+
15+
- This release has no impact on shipped code. A feature flag has been added to Problem Details end-to-end tests.
16+
1117
## [2.1.0](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.0) - 2024-08-27
1218

1319
### New Features

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": "2.1.0",
4+
"version": "2.1.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)