Skip to content

Commit

Permalink
Release 3.0.0 (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Sep 16, 2024
1 parent e665126 commit 17a1671
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 @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

The following changes have been implemented but not released yet:

# [3.0.0](https://github.com/inrupt/solid-client-notifications-js/releases/tag/v3.0.0) - 2024-09-16

### Breaking change

- `FetchError` is no longer thrown, and replaced with `ClientHttpError`. Please prefer using type guards from
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-notifications",
"description": "Receive notifications linked to Solid resources.",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist umd",
Expand Down

0 comments on commit 17a1671

Please sign in to comment.