From cb77b36076cd820439059cbd32df6a91343c817b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:53:53 +0000 Subject: [PATCH] chore(development): release 1.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f12d13e8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## 1.0.0 (2024-04-25) + + +### Features + +* cli argument to pass the issue URL to the program ([d4e9116](https://github.com/gentlementlegen/conversation-rewards/commit/d4e91169ffd22b0f3bd0c26adc5829391c37437f)) +* collect all user events ([147ba83](https://github.com/gentlementlegen/conversation-rewards/commit/147ba83525c8626ebfccae97c30f368e087f4029)) +* command line parsing arguments ([af93229](https://github.com/gentlementlegen/conversation-rewards/commit/af932291d1b17f535b2cc5e5c02ce2ad4cfe7028)) +* configuration parser ([0e6f3d1](https://github.com/gentlementlegen/conversation-rewards/commit/0e6f3d192713bf5803b82aa5c80f73d8fab0989a)) +* formatting is evaluated and influences the final score ([45d2831](https://github.com/gentlementlegen/conversation-rewards/commit/45d2831ffb0337a68d4d4280f6a550c12c712d68)) +* **get-activity:** properly fetches everything according to test ([6e067f7](https://github.com/gentlementlegen/conversation-rewards/commit/6e067f71b69f58f1f1391ccce522c67fafd8fb94)) +* link pull request from issue (not other way around) ([e6aa979](https://github.com/gentlementlegen/conversation-rewards/commit/e6aa97973e7b8bb64551bd060ab6e2e005b6d4d3)) +* moved tsx to production dependencies ([423f49e](https://github.com/gentlementlegen/conversation-rewards/commit/423f49e2dfaff1b8ca4603100cd89aa41b0b6e52)) +* pass in token from kernel to authenticate octokit client ([1f4ba00](https://github.com/gentlementlegen/conversation-rewards/commit/1f4ba009bd81b3cbea79e8cde1735407d0504037)) +* permit generation module ([925243f](https://github.com/gentlementlegen/conversation-rewards/commit/925243f8ac5cc847b4b63ac76195d0d3de3c9fed)) +* permit generation module ([50b396b](https://github.com/gentlementlegen/conversation-rewards/commit/50b396b26e1bec433f193481004a7db6505f5ba5)) +* untested class to get all information ([f5104e1](https://github.com/gentlementlegen/conversation-rewards/commit/f5104e14034cf2b6174bff1c6d3669aa177e438c)) +* untested class to get all information ([a86c62f](https://github.com/gentlementlegen/conversation-rewards/commit/a86c62f67c48a129dcb904d6fd69663c9e847f0d)) + + +### Bug Fixes + +* all tests pass ([db1868e](https://github.com/gentlementlegen/conversation-rewards/commit/db1868e60fe96ea9f8a30a347d40e1cac7c9e067)) +* **ci:** auth ([e897fdb](https://github.com/gentlementlegen/conversation-rewards/commit/e897fdb4c0bcaeecbd6b6445a85a58d26b613338)) +* cspell ([890a4a4](https://github.com/gentlementlegen/conversation-rewards/commit/890a4a4c250d40d99fb6e127664c02544eef0826)) +* cspell ignore words ([1160614](https://github.com/gentlementlegen/conversation-rewards/commit/11606142d26cbd57c7c33f9e08d0e0a6bab689d2)) +* remove build action and changed trigger for Jest testing ([146580e](https://github.com/gentlementlegen/conversation-rewards/commit/146580efc68b6d8ccaf56ba3873bc2dead03bd68)) +* **test:** resolve promises ([9d57104](https://github.com/gentlementlegen/conversation-rewards/commit/9d571040cc8219c23a506ff8809273b991058f49)) +* **test:** resolve promises ([1d62274](https://github.com/gentlementlegen/conversation-rewards/commit/1d62274efb1cafea37356cf7d59069a4413bc436)) +* types ([c4ad907](https://github.com/gentlementlegen/conversation-rewards/commit/c4ad90732a3ba25098866ecb09103d8b780f05c8))