Skip to content

Commit b271e30

Browse files
chore(release): 1.3.0 [skip ci]
1 parent 3d847a0 commit b271e30

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.3.0](https://github.com/Alpha018/nestjs-firebase-auth/compare/v1.2.0...v1.3.0) (2025-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **README:** correct injection token for ticket service configuration ([7545f28](https://github.com/Alpha018/nestjs-firebase-auth/commit/7545f28765180c6db764e6e891084a9402d9b30a))
7+
8+
9+
### Features
10+
11+
* **ci:** enhance GitHub Actions and introduce e2e tests ([63e15df](https://github.com/Alpha018/nestjs-firebase-auth/commit/63e15df01abdd8038f065d67384dc91838d11201))
12+
113
# [1.2.0](https://github.com/Alpha018/nestjs-firebase-auth/compare/v1.1.1...v1.2.0) (2024-09-03)
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.2.0",
3+
"version": "1.3.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)