Skip to content

Commit 83d085b

Browse files
chore(main): release 1.0.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5136d87 commit 83d085b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-08-10)
4+
5+
6+
### Features
7+
8+
* add .npmrc file to specify registry ([572f478](https://github.com/aleios-cloud/eventbridge-toolbox/commit/572f478eb2b606e763852661955a8de5fc8cea15))
9+
* add event class ([#8](https://github.com/aleios-cloud/eventbridge-toolbox/issues/8)) ([750eef2](https://github.com/aleios-cloud/eventbridge-toolbox/commit/750eef2c12d0d72b12b6faf73296f0eebcae5415))
10+
* add github workflow to publish package on merge into main ([5cadff2](https://github.com/aleios-cloud/eventbridge-toolbox/commit/5cadff221ae2aeb3d175a3c4e01bdcf5ac916cc1))
11+
* add more structure to readme ([6311eae](https://github.com/aleios-cloud/eventbridge-toolbox/commit/6311eaed016f124f1693aec3a1d9311cb8f23faa))
12+
* add pnpm install instruction ([2c0667e](https://github.com/aleios-cloud/eventbridge-toolbox/commit/2c0667e308e91469a925a20889b9e1f3abeda45b))
13+
* add pr ci ([6181304](https://github.com/aleios-cloud/eventbridge-toolbox/commit/6181304bc2d66303f135a21eb1d8710ac94d69ae))
14+
* update package.json details ([48025b0](https://github.com/aleios-cloud/eventbridge-toolbox/commit/48025b0250ac9583474e6304d746b4189e26d679))
15+
16+
17+
### Bug Fixes
18+
19+
* remove devops ticket ([#6](https://github.com/aleios-cloud/eventbridge-toolbox/issues/6)) ([4852424](https://github.com/aleios-cloud/eventbridge-toolbox/commit/4852424ff7361358d99483a5a426be19ae467cfc))
20+
* remove environment.ts ([#10](https://github.com/aleios-cloud/eventbridge-toolbox/issues/10)) ([797e59a](https://github.com/aleios-cloud/eventbridge-toolbox/commit/797e59aee92f42958b3d51e41b50fcce9ce9050a))

package.json

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

0 commit comments

Comments
 (0)