diff --git a/CHANGELOG.md b/CHANGELOG.md index cae2e5ca1f..0a8cd9235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The following changes are pending, and will be applied on the next major release The following changes have been implemented but not released yet: +## [2.0.0] - 2023-12-19 + ### Breaking Changes - Use the global `fetch` function instead of `@inrupt/universal-fetch`. This means this library now only works diff --git a/package-lock.json b/package-lock.json index 03ec1f25b6..bb7e14dc6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "1.30.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "1.30.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 2d02507cf9..3542cfcea8 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": "1.30.2", + "version": "2.0.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",