diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a0ddf36..4ac1f98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/Alpha018/nestjs-firebase-auth/compare/v1.0.0...v1.1.0) (2024-09-03) + + +### Features + +* **workflow:** add build step to GitHub Actions workflow ([125c990](https://github.com/Alpha018/nestjs-firebase-auth/commit/125c990c295be360596047a56a8b79f8c3ed4eae)) + # 1.0.0 (2024-09-03) diff --git a/package-lock.json b/package-lock.json index c0b474a..5cfe8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alpha018/nestjs-firebase-auth", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alpha018/nestjs-firebase-auth", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 58bcb25..649b62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alpha018/nestjs-firebase-auth", - "version": "1.0.0", + "version": "1.1.0", "description": "NestJS Firebase library and Role based guard for authentication with some utils functions", "author": "Tomás Alegre ", "readmeFilename": "README.md",