Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-walton committed Aug 23, 2023
1 parent 197ff17 commit c32c888
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2023-08-23)


### 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))
* change to have up to do date version in contract root ([3d3b41a](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/3d3b41aaa7d11a860183844f1c44318d9ef9f246))
* converting versionNumber to number ([516f05b](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/516f05b135943412101018c6e2b28e4591466a1c))
* creating function to get record of newest event versions ([5be710e](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/5be710e3dbf359dcb5f399dd5ecaef042a8b1d07))
* creating generateNewestContractVersionDocs file ([197ff17](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/197ff176681cdaed886eb74cfc68152addacc5f4))


### 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c32c888

Please sign in to comment.