Skip to content

Commit 799320f

Browse files
authored
Release 3.0.1 (#1097)
* Prepare changelog for release * 3.0.1
1 parent 64f1888 commit 799320f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
The following changes have been implemented but not released yet:
88

9+
## [3.0.1](https://github.com/inrupt/solid-client-notifications-js/releases/tag/v3.0.1) - 2024-10-14
10+
11+
### Internal change
12+
13+
- This release has no impact on shipped code. A feature flag has been added to Problem Details end-to-end tests.
14+
915
# [3.0.0](https://github.com/inrupt/solid-client-notifications-js/releases/tag/v3.0.0) - 2024-09-16
1016

1117
### Breaking change

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-notifications",
33
"description": "Receive notifications linked to Solid resources.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"scripts": {
77
"clean": "rimraf dist umd",

0 commit comments

Comments
 (0)