Skip to content

Commit c32c888

Browse files
committed
chore(main): release 0.1.0
1 parent 197ff17 commit c32c888

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-08-23)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* change to have up to do date version in contract root ([3d3b41a](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/3d3b41aaa7d11a860183844f1c44318d9ef9f246))
11+
* converting versionNumber to number ([516f05b](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/516f05b135943412101018c6e2b28e4591466a1c))
12+
* creating function to get record of newest event versions ([5be710e](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/5be710e3dbf359dcb5f399dd5ecaef042a8b1d07))
13+
* creating generateNewestContractVersionDocs file ([197ff17](https://github.com/aleios-cloud/eventbridge-toolbox-schema-generator/commit/197ff176681cdaed886eb74cfc68152addacc5f4))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* 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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aleios-cloud/eventbridge-toolbox-schema-generator",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",

0 commit comments

Comments
 (0)