diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..7dca81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1b2c7..86bfd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/StackOneHQ/hub/compare/hub-v1.0.0...hub-v1.0.1) (2026-03-18) + + +### Bug Fixes + +* **ENG-12152:** render description and tooltips for falcon connectors ([#118](https://github.com/StackOneHQ/hub/issues/118)) ([6777742](https://github.com/StackOneHQ/hub/commit/6777742ebcc25b4d52c899421719b86b508dcdd6)) + ## [1.0.0](https://github.com/StackOneHQ/hub/compare/hub-v0.13.2...hub-v1.0.0) (2026-03-17) diff --git a/package-lock.json b/package-lock.json index 4db8771..ae9b66e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackone/hub", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackone/hub", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@stackone/expressions": "^0.16.0", diff --git a/package.json b/package.json index a8231b5..8f5a8e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/hub", - "version": "1.0.0", + "version": "1.0.1", "description": "StackOne HUB", "main": "dist/index.js", "module": "dist/index.esm.js",