diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 559c00d..98679c9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "name": "superhuman", - "version": "1.0.0", + "version": "2.0.0", "description": "German's personal Claude Code marketplace", "owner": { "name": "German Meza", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3add22..683ee71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.0.0", + ".": "2.0.0", "plugins/gilbreth": "1.0.0", "plugins/elephant": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ececf9..8e174f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.0](https://github.com/germanamz/superhuman/compare/marketplace-v1.0.0...marketplace-v2.0.0) (2026-05-24) + + +### ⚠ BREAKING CHANGES + +* **elephant:** canonical core type pack ([#53](https://github.com/germanamz/superhuman/issues/53)) + +### Features + +* **elephant:** add capture skill ([#51](https://github.com/germanamz/superhuman/issues/51)) ([2e8e494](https://github.com/germanamz/superhuman/commit/2e8e49479c27db68decea6e53124f89cb735451e)) +* **elephant:** add conventions rulebook skill ([#48](https://github.com/germanamz/superhuman/issues/48)) ([b1279a5](https://github.com/germanamz/superhuman/commit/b1279a57bad420cec5bd6ff56b9c573dda085f1e)) +* **elephant:** add recall skill ([#52](https://github.com/germanamz/superhuman/issues/52)) ([c3d7e33](https://github.com/germanamz/superhuman/commit/c3d7e33a214ed0120d1e89ca78206026d0a347a7)) +* **elephant:** canonical core type pack ([#53](https://github.com/germanamz/superhuman/issues/53)) ([bafde83](https://github.com/germanamz/superhuman/commit/bafde8310798041dd1b00a4715e6a6c49039f6b3)) + ## [1.0.0](https://github.com/germanamz/superhuman/compare/marketplace-v0.3.0...marketplace-v1.0.0) (2026-05-21) diff --git a/package-lock.json b/package-lock.json index 92bb8d4..2c25d71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superhuman-marketplace", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superhuman-marketplace", - "version": "1.0.0", + "version": "2.0.0", "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", diff --git a/package.json b/package.json index b1d6263..717c3a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superhuman-marketplace", - "version": "1.0.0", + "version": "2.0.0", "private": true, "scripts": { "prepare": "husky"