From af1cb02226551f25620fce68dec095740b21f68c Mon Sep 17 00:00:00 2001 From: simaonogueira101 Date: Wed, 11 Feb 2026 14:57:56 +0000 Subject: [PATCH] Release v1.1.2 Co-authored-by: Cursor --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": {