Skip to content

Commit 59c0f80

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-05-13) ### Bug Fixes * **deps:** update dependency @kubernetes/client-node to ^0.21.0 ([be9d8d7](be9d8d7)) * **deps:** update dependency discord.js to v14.15.2 ([222b48a](222b48a)) * **deps:** update dependency discord.js to v14.15.3 ([667477a](667477a)) * fixed branch name ([3aa2fdc](3aa2fdc)) * fixed deprecation warning ([a3490cc](a3490cc)) * fixed tag action error ([11494c4](11494c4)) * install exec ([342d067](342d067)) * update release configuration by removing exec plugin and adjusting git message format ([f89a3ce](f89a3ce)) ### Features * added join code extraction from logs and send it as a follow up message after container start ([#1](#1)) ([2049589](2049589)) * added log parsing to send join code as reply ([#19](#19)) ([756290d](756290d)) * added multi guild command refresh ([#22](#22)) ([2d698e8](2d698e8)) * added semantic-release ([260a8fa](260a8fa)) * chart releaser ([61ab2b9](61ab2b9)) * initial commit ([06dab0e](06dab0e)) * update for k8s deployment ([#18](#18)) ([ea41e1f](ea41e1f)) * update release workflow to use cocogitto ([9abeea7](9abeea7))
1 parent 15c0019 commit 59c0f80

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.0.0 (2025-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @kubernetes/client-node to ^0.21.0 ([be9d8d7](https://github.com/floryn08/valheim-server-discord-bot/commit/be9d8d742e575291a124f98791e8508daac31130))
7+
* **deps:** update dependency discord.js to v14.15.2 ([222b48a](https://github.com/floryn08/valheim-server-discord-bot/commit/222b48a6807d6af9265578ab3e690963c8e9a527))
8+
* **deps:** update dependency discord.js to v14.15.3 ([667477a](https://github.com/floryn08/valheim-server-discord-bot/commit/667477a1664ae44f3c84c25a5d1512a0c44871e8))
9+
* fixed branch name ([3aa2fdc](https://github.com/floryn08/valheim-server-discord-bot/commit/3aa2fdc6a96dbda648df59e1da44a099ca11c038))
10+
* fixed deprecation warning ([a3490cc](https://github.com/floryn08/valheim-server-discord-bot/commit/a3490cc8b2c52545488becceca49014d3301cdc0))
11+
* fixed tag action error ([11494c4](https://github.com/floryn08/valheim-server-discord-bot/commit/11494c4ab82d680d705ba56a457702987dd7c5a5))
12+
* install exec ([342d067](https://github.com/floryn08/valheim-server-discord-bot/commit/342d0674a5ea73a71d50e8299a5cdd338b4bbce2))
13+
* update release configuration by removing exec plugin and adjusting git message format ([f89a3ce](https://github.com/floryn08/valheim-server-discord-bot/commit/f89a3ce6b81fad2ffc10076d953ab038171a77c3))
14+
15+
16+
### Features
17+
18+
* added join code extraction from logs and send it as a follow up message after container start ([#1](https://github.com/floryn08/valheim-server-discord-bot/issues/1)) ([2049589](https://github.com/floryn08/valheim-server-discord-bot/commit/2049589fd200dbcdd6a3fb550ac8c1605f20c161))
19+
* added log parsing to send join code as reply ([#19](https://github.com/floryn08/valheim-server-discord-bot/issues/19)) ([756290d](https://github.com/floryn08/valheim-server-discord-bot/commit/756290dac3a8c0eb8f29154a614aa2e7b79292ec))
20+
* added multi guild command refresh ([#22](https://github.com/floryn08/valheim-server-discord-bot/issues/22)) ([2d698e8](https://github.com/floryn08/valheim-server-discord-bot/commit/2d698e8ad848e9469e2ac91639bbf59998ea5c1d))
21+
* added semantic-release ([260a8fa](https://github.com/floryn08/valheim-server-discord-bot/commit/260a8facc8ac55b9288ce0b365dc043751c9ac48))
22+
* chart releaser ([61ab2b9](https://github.com/floryn08/valheim-server-discord-bot/commit/61ab2b9ff9b63cd20df20ee36c165dc8b984ee07))
23+
* initial commit ([06dab0e](https://github.com/floryn08/valheim-server-discord-bot/commit/06dab0e88202f2e56a1ab33c871e7acd2ed40884))
24+
* update for k8s deployment ([#18](https://github.com/floryn08/valheim-server-discord-bot/issues/18)) ([ea41e1f](https://github.com/floryn08/valheim-server-discord-bot/commit/ea41e1ff5c2325a18698c6a5561f2b985ee6bb2d))
25+
* update release workflow to use cocogitto ([9abeea7](https://github.com/floryn08/valheim-server-discord-bot/commit/9abeea7077727da6baa5d19f3d42bd64058513e2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valheim-server-discord-bot",
3-
"version": "1.0.0-dev.2",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)