diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4d394a3e..505e1421d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The following changes are pending, and will be applied on the next major release ## Unreleased changes +## [3.0.0](https://github.com/inrupt/solid-client-js/releases/tag/v3.0.0) - 2025-11-03 + ### Breaking Changes - Support for Node.js v18.x has been dropped as that version has reached end-of-life. diff --git a/package-lock.json b/package-lock.json index 1209bf6c1b..59c8e16f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "2.1.2", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "2.1.2", + "version": "3.0.0", "license": "MIT", "dependencies": { "@inrupt/solid-client-errors": "^0.0.2", diff --git a/package.json b/package.json index 01bf815ec7..dd96ce244d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client", "description": "Make your web apps work with Solid Pods.", - "version": "2.1.2", + "version": "3.0.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",