Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 11, 2023
1 parent 5136d87 commit 83d085b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 1.0.0 (2023-08-10)


### Features

* add .npmrc file to specify registry ([572f478](https://github.com/aleios-cloud/eventbridge-toolbox/commit/572f478eb2b606e763852661955a8de5fc8cea15))
* add event class ([#8](https://github.com/aleios-cloud/eventbridge-toolbox/issues/8)) ([750eef2](https://github.com/aleios-cloud/eventbridge-toolbox/commit/750eef2c12d0d72b12b6faf73296f0eebcae5415))
* add github workflow to publish package on merge into main ([5cadff2](https://github.com/aleios-cloud/eventbridge-toolbox/commit/5cadff221ae2aeb3d175a3c4e01bdcf5ac916cc1))
* add more structure to readme ([6311eae](https://github.com/aleios-cloud/eventbridge-toolbox/commit/6311eaed016f124f1693aec3a1d9311cb8f23faa))
* add pnpm install instruction ([2c0667e](https://github.com/aleios-cloud/eventbridge-toolbox/commit/2c0667e308e91469a925a20889b9e1f3abeda45b))
* add pr ci ([6181304](https://github.com/aleios-cloud/eventbridge-toolbox/commit/6181304bc2d66303f135a21eb1d8710ac94d69ae))
* update package.json details ([48025b0](https://github.com/aleios-cloud/eventbridge-toolbox/commit/48025b0250ac9583474e6304d746b4189e26d679))


### Bug Fixes

* remove devops ticket ([#6](https://github.com/aleios-cloud/eventbridge-toolbox/issues/6)) ([4852424](https://github.com/aleios-cloud/eventbridge-toolbox/commit/4852424ff7361358d99483a5a426be19ae467cfc))
* remove environment.ts ([#10](https://github.com/aleios-cloud/eventbridge-toolbox/issues/10)) ([797e59a](https://github.com/aleios-cloud/eventbridge-toolbox/commit/797e59aee92f42958b3d51e41b50fcce9ce9050a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventbridge-toolbox",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",
Expand Down

0 comments on commit 83d085b

Please sign in to comment.