Skip to content

Commit 5fe62b0

Browse files
authored
Release 0.0.3 (#522)
* 0.0.3 * Update CHANGELOG * Update dependency on local library
1 parent 26ce633 commit 5fe62b0

File tree

4 files changed

+40
-30
lines changed

4 files changed

+40
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
## Unreleased changes
66

7+
## [0.0.3](https://github.com/inrupt/solid-client-errors-js/releases/tag/v0.0.3) - 2025-10-29
8+
79
### Breaking Changes
810

911
- Support for Node.js v18.x has been dropped as that version has reached end-of-life.

e2e/browser/test-app/package-lock.json

Lines changed: 35 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-errors",
33
"description": "An RFC9457 Problem Details handling library.",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"scripts": {
66
"build": "rollup --config rollup.config.mjs",
77
"docs:clean": "cd docs/api; make clean-all",

0 commit comments

Comments
 (0)