Skip to content

Commit b742b28

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-11-12) ### Bug Fixes * add log when GitHub org is not provided ([f1c8cab](f1c8cab)) * add logs to troubleshoot CORS errors ([9dc798e](9dc798e)) * add missing token ([cbdaecc](cbdaecc)) * adding .releaserc.yml file ([25c575e](25c575e)) * adding missing files ([3610314](3610314)) * better CORS handling + cleanup folder structure ([f40d367](f40d367)) * better handling CORS ([b6cfafe](b6cfafe)) * enhanced method to get cookie domain ([143e87a](143e87a)) * force CI ([fdc2aa2](fdc2aa2)) * force release after merge ([4453b64](4453b64)) * limiting access to users within a specific GitHub org ([25327ab](25327ab)) * make organization check optional ([4c9b631](4c9b631)) * only use read:user scope. Remove uneeded logs. ([232e0da](232e0da)) * set cookie for the correct domain ([fa5e76f](fa5e76f)) * split ci workflows ([a27c066](a27c066)) * test ci ([0a96f29](0a96f29)) * test ci workflow ([b10d4a6](b10d4a6)) * use go 1.23 ([bdf8b3f](bdf8b3f)) * use go 1.24 ([b5bf7ed](b5bf7ed)) * use WEBSITE_URL as terminal can be integrated on non hugo web sites ([aa1360b](aa1360b))
1 parent a27c066 commit b742b28

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.0.0 (2025-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add log when GitHub org is not provided ([f1c8cab](https://github.com/w3term/auth/commit/f1c8cab03c42c5e1f26eca3baa7baa0f5638f528))
7+
* add logs to troubleshoot CORS errors ([9dc798e](https://github.com/w3term/auth/commit/9dc798ecfb6db8fc8eedc9d81393a57f5f84c47d))
8+
* add missing token ([cbdaecc](https://github.com/w3term/auth/commit/cbdaeccd81cfe0832047f87c3515f37d8a7f4b4b))
9+
* adding .releaserc.yml file ([25c575e](https://github.com/w3term/auth/commit/25c575ec3665b048c897ffbf952d04abc5f5385e))
10+
* adding missing files ([3610314](https://github.com/w3term/auth/commit/361031455a4746932af50fe242f0de7a96c737ad))
11+
* better CORS handling + cleanup folder structure ([f40d367](https://github.com/w3term/auth/commit/f40d367c44c43b4fa3ca419ad2cfd96f8b1895d7))
12+
* better handling CORS ([b6cfafe](https://github.com/w3term/auth/commit/b6cfafede5ec10e3169f4f2568462004f128936e))
13+
* enhanced method to get cookie domain ([143e87a](https://github.com/w3term/auth/commit/143e87aa3551b3dc5ada5906afdab948adef48f2))
14+
* force CI ([fdc2aa2](https://github.com/w3term/auth/commit/fdc2aa293e1e610f313a1d01db07488fcdcb1310))
15+
* force release after merge ([4453b64](https://github.com/w3term/auth/commit/4453b64cdaf55b54694a0327497e7976c4d0c022))
16+
* limiting access to users within a specific GitHub org ([25327ab](https://github.com/w3term/auth/commit/25327ab8bc11c24a03473713c61a1828d6a13566))
17+
* make organization check optional ([4c9b631](https://github.com/w3term/auth/commit/4c9b631babcdcd6ce73edba90f216e1f2758a08f))
18+
* only use read:user scope. Remove uneeded logs. ([232e0da](https://github.com/w3term/auth/commit/232e0da5bc3dde7141de861431342d0352d52d1c))
19+
* set cookie for the correct domain ([fa5e76f](https://github.com/w3term/auth/commit/fa5e76f855fffffe064670ce4f71a48bb16634b2))
20+
* split ci workflows ([a27c066](https://github.com/w3term/auth/commit/a27c066f94cf6f435b215ec605e26714ab6018ba))
21+
* test ci ([0a96f29](https://github.com/w3term/auth/commit/0a96f2916c25619d6e414b409b3f2ce7c7534f88))
22+
* test ci workflow ([b10d4a6](https://github.com/w3term/auth/commit/b10d4a61a81f81d6908c5e062d21c5841de49bf4))
23+
* use go 1.23 ([bdf8b3f](https://github.com/w3term/auth/commit/bdf8b3f39e0aaf5d8048bee2d95fd15cae4fc2d8))
24+
* use go 1.24 ([b5bf7ed](https://github.com/w3term/auth/commit/b5bf7ed8253c6956907147bbf06f20a00804759b))
25+
* use WEBSITE_URL as terminal can be integrated on non hugo web sites ([aa1360b](https://github.com/w3term/auth/commit/aa1360b38df04c0ecd9cf9d91eb098dde12b0e51))

0 commit comments

Comments
 (0)