diff --git a/CHANGELOG.md b/CHANGELOG.md index 925f7ef..c433887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.2 + +### Patch Changes + +- Fix npm global install: replace direct TypeScript bin entry with a Node.js wrapper that spawns Bun, and add a postinstall message with getting-started instructions. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 6aada86..6e06d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talent-agent", - "version": "1.1.1", + "version": "1.1.2", "description": "AI-powered talent search CLI for natural language queries", "type": "module", "bin": {