From 710c8b5089a47f791ef547c2600e566a46e4bd35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 16:09:49 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-03-30) ### Bug Fixes * job handling ([9f6e614](https://github.com/mauricerenck/mastodon-to-bluesky/commit/9f6e614b57480c61c9ea6ccee76d43d354f6b700)) * missing github env ([95d0406](https://github.com/mauricerenck/mastodon-to-bluesky/commit/95d0406ed37f093282b2b6b53d17f5123702625d)) * token ([5bdf84a](https://github.com/mauricerenck/mastodon-to-bluesky/commit/5bdf84ae6d92a5a8034ca43daf8536fdaa7e15ec)) ### Features * INIT ([6d2887f](https://github.com/mauricerenck/mastodon-to-bluesky/commit/6d2887f667220d2a5914edc6179b297c2cd2602f)) * semantic release ([9c87751](https://github.com/mauricerenck/mastodon-to-bluesky/commit/9c877515c55555370360bbf9985c3cb1910ae11f)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5d75f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 1.0.0 (2024-03-30) + + +### Bug Fixes + +* job handling ([9f6e614](https://github.com/mauricerenck/mastodon-to-bluesky/commit/9f6e614b57480c61c9ea6ccee76d43d354f6b700)) +* missing github env ([95d0406](https://github.com/mauricerenck/mastodon-to-bluesky/commit/95d0406ed37f093282b2b6b53d17f5123702625d)) +* token ([5bdf84a](https://github.com/mauricerenck/mastodon-to-bluesky/commit/5bdf84ae6d92a5a8034ca43daf8536fdaa7e15ec)) + + +### Features + +* INIT ([6d2887f](https://github.com/mauricerenck/mastodon-to-bluesky/commit/6d2887f667220d2a5914edc6179b297c2cd2602f)) +* semantic release ([9c87751](https://github.com/mauricerenck/mastodon-to-bluesky/commit/9c877515c55555370360bbf9985c3cb1910ae11f))