diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e640a..f0686bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/StackOneHQ/hub/compare/hub-v0.2.1...hub-v0.3.0) (2025-08-19) + + +### Features + +* add category filter ([e3f59ab](https://github.com/StackOneHQ/hub/commit/e3f59ab962d2dd5814c91d0e86c7c555090ee497)) +* add functioning integration searchbar ([acb17a4](https://github.com/StackOneHQ/hub/commit/acb17a466064bdc077720181bb337f475a5b5d37)) +* **ENG-10767:** filter integrations ([05d0dc6](https://github.com/StackOneHQ/hub/commit/05d0dc6fc0a4f59f32278c419e4aa58e462e1688)) + ## [0.2.1](https://github.com/StackOneHQ/hub/compare/hub-v0.2.0...hub-v0.2.1) (2025-08-13) diff --git a/package-lock.json b/package-lock.json index 3e19d39..f863598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackone/hub", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackone/hub", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "dependencies": { "@stackone/expressions": "^0.16.0", diff --git a/package.json b/package.json index f220d18..4334451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/hub", - "version": "0.2.1", + "version": "0.3.0", "description": "StackOne HUB", "main": "index.js", "scripts": {