From 62a5551f1e1606f6dfd700e0df208898ec1f1f8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:46:01 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a6d758a9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.2.0](https://github.com/dylanneve1/talon/compare/v1.1.0...v1.2.0) (2026-04-08) + + +### Features + +* **ci:** add mutation testing, coverage thresholds, and optimize pipeline ([32b446a](https://github.com/dylanneve1/talon/commit/32b446a80a286947fbb338744f046141877c5abd)) + + +### Bug Fixes + +* **ci:** track lockfile, add CodeQL, fix healthcheck, add smoke test ([ea32b5b](https://github.com/dylanneve1/talon/commit/ea32b5bb08664fe4a4a28f50e451b9bfb4c6e053)) diff --git a/package-lock.json b/package-lock.json index dc74dcd9..320f6db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talon-agent", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "talon-agent", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.96", diff --git a/package.json b/package.json index 71968c00..c17c7ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talon-agent", - "version": "1.1.0", + "version": "1.2.0", "description": "Multi-frontend AI agent with full tool access, streaming, cron jobs, and plugin system", "author": "Dylan Neve", "license": "MIT",