From 3a96b441b08bca08bfc8f8c41b64793fcefe9c5f Mon Sep 17 00:00:00 2001 From: Akram Date: Sun, 26 Nov 2023 17:14:56 +0100 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0045b0f..0de02cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/tabkram/execution-engine/compare/v1.0.1...v1.1.0) (2023-11-26) + + +### Features + +* remove deprecated `appendNarratives` ([9d65edc](https://github.com/tabkram/execution-engine/commit/9d65edc654768dc42d5169f6bd5fd270369a0eff)) + + + ## [1.0.1](https://github.com/tabkram/execution-engine/compare/v1.0.0...v1.0.1) (2023-11-26) diff --git a/package.json b/package.json index c75ff4e..3f7e48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "execution-engine", - "version": "1.0.1", + "version": "1.1.0", "description": "A TypeScript library for tracing and visualizing code execution workflows.", "main": "dist/index.js", "types": "dist/index.d.ts",