diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2ce1541b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [13.0.0](https://github.com/DataBiosphere/findable-ui/compare/v12.0.0...v13.0.0) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) (#216) + +### Features + +* use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) ([#216](https://github.com/DataBiosphere/findable-ui/issues/216)) ([ec18080](https://github.com/DataBiosphere/findable-ui/commit/ec18080e3191f99a88e9ddec174c9f953d9e3a41)) diff --git a/package-lock.json b/package-lock.json index 3cc44e09..62193a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index 49b37fc5..d1f2957c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",