File tree 1 file changed +5
-2
lines changed
projects/ngx-auth-firebaseui
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-auth-firebaseui" ,
3
3
"description" : " Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication" ,
4
- "version" : " 4.2.1 " ,
4
+ "version" : " 4.3.0 " ,
5
5
"homepage" : " https://ngx-auth-firebaseui.firebaseapp.com" ,
6
6
"author" : {
7
7
"name" : " anthonynahas" ,
44
44
"release:patch" : " ../../node_modules/.bin/release-it --patch --ci" ,
45
45
"release:minor" : " ../../node_modules/.bin/release-it --minor --ci" ,
46
46
"release:major" : " ../../node_modules/.bin/release-it --major --ci" ,
47
- "release:custom" : " ../../node_modules/.bin/release-it 4.2.1 --ci --no-git.requireCleanWorkingDir" ,
47
+ "release:custom" : " ../../node_modules/.bin/release-it 4.3.0 --ci --no-git.requireCleanWorkingDir" ,
48
48
"ng:test" : " ../../node_modules/.bin/ng test ngx-auth-firebaseui" ,
49
49
"test" : " ../../node_modules/.bin/jest --coverage" ,
50
50
"test:watch" : " ../../node_modules/.bin/jest --coverage --watch"
67
67
"node" : " >=10.13"
68
68
},
69
69
"release-it" : {
70
+ "git" : {
71
+ "commitMessage" : " chore(lib): release v${version}"
72
+ },
70
73
"github" : {
71
74
"release" : true
72
75
},
You can’t perform that action at this time.
0 commit comments