Skip to content

Commit fca80a3

Browse files
authored
release: release 1.2.4 (#223)
1 parent 689fb6f commit fca80a3

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.3"
2+
".": "1.2.4"
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.2.4](https://github.com/schwannden/chabod/compare/v1.2.3...v1.2.4) (2026-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* auto join redirect issue ([689fb6f](https://github.com/schwannden/chabod/commit/689fb6f76d221fc382e53831d882825d3622d974))
9+
310
## [1.2.3](https://github.com/schwannden/chabod/compare/v1.2.2...v1.2.3) (2026-01-03)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chabod",
33
"private": true,
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)