Skip to content

Commit 13f7ec4

Browse files
chore(main): release 1.6.1 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65abf91 commit 13f7ec4

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/sruon/captain/compare/v1.6.0...v1.6.1) (2025-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **checkparam:** missing nil check ([65abf91](https://github.com/sruon/captain/commit/65abf918510d1f4a19a7dc4a4f82da9fa33a29e1))
9+
310
## [1.6.0](https://github.com/sruon/captain/compare/v1.5.2...v1.6.0) (2025-09-25)
411

512

captain.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
-- Addon info
1616
local name = 'captain'
1717
local author = 'zach2good, sruon'
18-
local version = '1.6.0' -- x-release-please-version
18+
local version = '1.6.1' -- x-release-please-version
1919
local commands = { 'captain', 'cap' }
2020

2121
if addon then

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)