From 951af5c0f1c08743084e4067d2a996f283350a85 Mon Sep 17 00:00:00 2001 From: Aiden Walton <90857374+aiden-walton@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:52:59 +0100 Subject: [PATCH] chore(main): release 0.2.0 (#37) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed92bfe..d0b8cfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/aleios-cloud/eventbridge-toolbox/compare/v0.1.2...v0.2.0) (2023-08-18) + + +### Features + +* set npm registry url in action ([#36](https://github.com/aleios-cloud/eventbridge-toolbox/issues/36)) ([2b35665](https://github.com/aleios-cloud/eventbridge-toolbox/commit/2b35665fee01c9cfc0790b238295d4af71f127ae)) + ## [0.1.2](https://github.com/aleios-cloud/eventbridge-toolbox/compare/v0.1.0...v0.1.2) (2023-08-18) diff --git a/package.json b/package.json index 1bb2a6f3..7536be81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aleios-cloud/eventbridge-toolbox", - "version": "0.1.2", + "version": "0.2.0", "description": "", "main": "index.js", "repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",