From b056d5a0cc5344a48e5772707a6acd0564577053 Mon Sep 17 00:00:00 2001 From: Aiden Walton <90857374+aiden-walton@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:39:32 +0100 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..28e2332 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2023-08-25) + + +### Features + +* add event catalog and contracts ([#4](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/issues/4)) ([b59f626](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/b59f626bb91cb406cf34ea95990c00894ca3b045)) +* add files to new repo ([#1](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/issues/1)) ([8dc5df9](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/8dc5df9391a736ccc794dcc8e5b6752afcb6a599)) + + +### Miscellaneous Chores + +* release as 0.1.0 ([#3](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/issues/3)) ([6a3c9d3](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/6a3c9d369fe5fcbb2be3786283a13417c81ff12b)) diff --git a/package.json b/package.json index 6b65fde..1037834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aleios-cloud/eventbridge-toolbox-schema-generator", - "version": "0.0.6", + "version": "0.1.0", "description": "", "main": "index.js", "repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",