diff --git a/CHANGELOG.md b/CHANGELOG.md index f45b2887..c3dd84ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.0.1](https://github.com/DataBiosphere/findable-ui/compare/v14.0.0...v14.0.1) (2024-11-08) + + +### Bug Fixes + +* remove `console.log` from `getHeadersTableData` ([#256](https://github.com/DataBiosphere/findable-ui/issues/256)) ([#261](https://github.com/DataBiosphere/findable-ui/issues/261)) ([7a87206](https://github.com/DataBiosphere/findable-ui/commit/7a872063aac9bee7ca05c55c6dc007ca83f5df61)) + ## [14.0.0](https://github.com/DataBiosphere/findable-ui/compare/v13.0.1...v14.0.0) (2024-11-05) diff --git a/package-lock.json b/package-lock.json index 66a743d8..23995f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@databiosphere/findable-ui", - "version": "14.0.0", + "version": "14.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@databiosphere/findable-ui", - "version": "14.0.0", + "version": "14.0.1", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index c06b5dc6..7dfee743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@databiosphere/findable-ui", - "version": "14.0.0", + "version": "14.0.1", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",