Skip to content

Commit

Permalink
Release 0.0.2 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Aug 27, 2024
1 parent b363811 commit 52bc9bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased changes

## [0.0.2](https://github.com/inrupt/solid-client-errors-js/releases/tag/v0.0.2) - 2024-08-27

### Bugfix

- `hasErrorResponse` and `hasProblemDetails` now check of `undefined` and `null`, preventing runtime errors.
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-errors",
"description": "An RFC9457 Problem Details handling library.",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "rollup --config rollup.config.mjs",
"docs:clean": "cd docs/api; make clean-all",
Expand Down

0 comments on commit 52bc9bd

Please sign in to comment.