From 4b143ddc0ff9ff37de21cb41d472263517987381 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:24:36 +0100 Subject: [PATCH] chore(main): release 1.1.0 (#15) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb3e933..6207136c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/aleios-cloud/eventbridge-toolbox/compare/v1.0.0...v1.1.0) (2023-08-11) + + +### Features + +* add pnpm install and remove npm reference ([#14](https://github.com/aleios-cloud/eventbridge-toolbox/issues/14)) ([24c6e66](https://github.com/aleios-cloud/eventbridge-toolbox/commit/24c6e667a269bf1f8c2efda203f889bfae20de17)) + ## 1.0.0 (2023-08-10) diff --git a/package.json b/package.json index 209694de..38e906cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eventbridge-toolbox", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.js", "repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",