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",