Skip to content

Commit 17138d9

Browse files
chore: release v1.1.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8bb1c52 commit 17138d9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.1"}
1+
{".":"1.1.0"}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/axieum/hln-a/compare/v1.0.1...v1.1.0) (2025-01-17)
4+
5+
6+
### Features
7+
8+
* **ark:** add `/ark listplayers` command ([71924e9](https://github.com/axieum/hln-a/commit/71924e963274457222c7b3016eae00046d06688a))
9+
* **ark:** add error feedback during the `/ark dinowipe` command ([8bb1c52](https://github.com/axieum/hln-a/commit/8bb1c52f5caf4e1ab6cc87b49376ea35a14cc505))
10+
* **ark:** rename `/dinowipe` command to `/ark dinowipe` ([02eab35](https://github.com/axieum/hln-a/commit/02eab35c74b9e60e2d64c02553a2e454b1799745))
11+
312
## [1.0.1](https://github.com/axieum/hln-a/compare/v1.0.0...v1.0.1) (2025-01-16)
413

514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hln-a",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A Discord bot for unofficial ARK Survival Ascended clusters",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)