diff --git a/CHANGES.md b/CHANGES.md index df4b9371..a3abcaf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +Version 3.0.0 (released 2024-10-10) + +- deps: major bump of axios to `v1.7.x`. It is released as major so we can controllably + rollout the change to the `inveniosoftware` organization. + Version 2.3.0 (released 2024-10-02) - Results components: a new prop allows the implementation of a callback on results diff --git a/package-lock.json b/package-lock.json index ea44b692..40062e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-searchkit", - "version": "2.3.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { @@ -41468,4 +41468,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f536b587..38228cbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-searchkit", - "version": "2.3.0", + "version": "3.0.0", "description": "React components to build your search UI application", "main": "dist/cjs/index.js", "browser": "dist/cjs/index.js",