Skip to content

Commit 1ebd1c0

Browse files
chore(release): 1.1.7 [skip ci]
## [1.1.7](v1.1.6...v1.1.7) (2025-05-13) ### Bug Fixes * fixed commands ([8c2c860](8c2c860))
1 parent 8c2c860 commit 1ebd1c0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.7](https://github.com/floryn08/valheim-server-discord-bot/compare/v1.1.6...v1.1.7) (2025-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed commands ([8c2c860](https://github.com/floryn08/valheim-server-discord-bot/commit/8c2c860a8155cf9c021313e662ecbd261b304859))
7+
18
## [1.1.6](https://github.com/floryn08/valheim-server-discord-bot/compare/v1.1.5...v1.1.6) (2025-05-13)
29

310

deployment/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
appVersion: 1.1.6
8-
version: 1.1.6
7+
appVersion: 1.1.7
8+
version: 1.1.7

deployment/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
namespace: game-servers
2-
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:v1.1.6
2+
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:v1.1.7
33
vault:
44
enabled: true

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.1.6",
3+
"version": "1.1.7",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)