Skip to content

Commit 8f870df

Browse files
authored
release: release 1.0.2 (#161)
1 parent 24879ac commit 8f870df

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.0.1"
2+
".": "1.0.2"
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.0.2](https://github.com/schwannden/chabod/compare/v1.0.1...v1.0.2) (2025-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* auth redirect url ([24879ac](https://github.com/schwannden/chabod/commit/24879ac70c084c6273f3f9dbc49a6c9b4f2f12c0))
9+
310
## [1.0.1](https://github.com/schwannden/chabod/compare/v1.0.0...v1.0.1) (2025-08-07)
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.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)