Skip to content

Commit 4cb266d

Browse files
chore(release): 1.8.0 [skip ci]
1 parent aab733d commit 4cb266d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.8.0](https://github.com/Alpha018/nestjs-firebase-auth/compare/v1.7.0...v1.8.0) (2025-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **workflow:** add FIREBASE_TEST_USER_LOCAL environment variable ([6e3dba6](https://github.com/Alpha018/nestjs-firebase-auth/commit/6e3dba627a4b6b1b0274226bbf090c0c46208206))
7+
8+
9+
### Features
10+
11+
* **user.controller:** add new endpoints for managing claims and roles ([e727a6e](https://github.com/Alpha018/nestjs-firebase-auth/commit/e727a6e1d799490893bace727025d99c4a46cf89))
12+
113
# [1.7.0](https://github.com/Alpha018/nestjs-firebase-auth/compare/v1.6.1...v1.7.0) (2025-09-09)
214

315

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,6 +1,6 @@
11
{
22
"name": "@alpha018/nestjs-firebase-auth",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "NestJS Firebase library and Role based guard for authentication with some utils functions",
55
"author": "Tomás Alegre <[email protected]>",
66
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)