Skip to content

Commit efeb46f

Browse files
committed
fix(lib): inc. version
1 parent 42fa8b6 commit efeb46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-auth-firebaseui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"release:patch": "../../node_modules/.bin/release-it --patch --ci",
4545
"release:minor": "../../node_modules/.bin/release-it --minor --ci",
4646
"release:major": "../../node_modules/.bin/release-it --major --ci",
47-
"release:custom": "../../node_modules/.bin/release-it 4.0.0 --ci --no-git.requireCleanWorkingDir",
47+
"release:custom": "../../node_modules/.bin/release-it 4.0.1 --ci --no-git.requireCleanWorkingDir",
4848
"ng:test": "../../node_modules/.bin/ng test ngx-auth-firebaseui",
4949
"test": "../../node_modules/.bin/jest --coverage",
5050
"test:watch": "../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)