From ea715ae345b8e603444e6deeb637566349025731 Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Sun, 7 Jun 2026 21:42:32 -0400 Subject: [PATCH] chore: bump version to 1.0.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 7 +++++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e5115b..ec3e0d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.0.2](https://github.com/avoidwork/madz/compare/1.0.1...1.0.2) + +- feat: add npm publish bin with CLI distribution [`#142`](https://github.com/avoidwork/madz/pull/142) +- docs: add link to denkerne.ai project website [`#141`](https://github.com/avoidwork/madz/pull/141) + #### [1.0.1](https://github.com/avoidwork/madz/compare/1.0.0...1.0.1) +> 7 June 2026 + +- chore: update CHANGELOG.md with recent release entries [`#140`](https://github.com/avoidwork/madz/pull/140) - feat: add configurable recursion limit and graceful error handling [`#139`](https://github.com/avoidwork/madz/pull/139) #### 1.0.0 diff --git a/package-lock.json b/package-lock.json index e679c094..03da370b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "madz", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "madz", - "version": "1.0.1", + "version": "1.0.2", "license": "BSD-3-Clause", "dependencies": { "@langchain/langgraph": "^1.3.5", @@ -23,6 +23,9 @@ "posix": "^4.2.0", "zod": "^4.1.8" }, + "bin": { + "madz": "index.js" + }, "devDependencies": { "auto-changelog": "^2.6.0", "husky": "^9.1.7", diff --git a/package.json b/package.json index 2400a80c..b971e158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "madz", - "version": "1.0.1", + "version": "1.0.2", "description": "A personality-driven AI harness channeling Mads Mikkelsen's cinematic soul.", "keywords": [ "cli",