File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
projects/fsms-angular-pubsub Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4+
5+ ### [ 1.0.11] ( https://github.com/rupeshtiwari/fsms-angular-pubsub/compare/v1.0.10...v1.0.11 ) (2021-02-09)
Original file line number Diff line number Diff line change 11{
22 "name" : " @fsms/angular-pubsub-app" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
77 "build:prod" : " ng build fsms-angular-pubsub --prod" ,
8-
98 "test:watch" : " ng test fsms-angular-pubsub" ,
109 "lint" : " ng lint" ,
1110 "e2e" : " ng e2e" ,
1211 "clean" : " rimraf dist" ,
1312 "build:ci" : " npm run clean && npm run build:prod && npm run copyfiles" ,
1413 "test:ci" : " ng test fsms-angular-pubsub --watch=false --browsers=ChromeHeadless --code-coverage=true" ,
1514 "copyfiles" : " copyfiles -f README.md dist/fsms-angular-pubsub" ,
16- "release:git" : " standard-version --release-as patch && git add . package.json && git commit -m \" chore: bump version number\" && git push --follow-tags origin main" ,
15+ "release:git" : " standard-version --release-as patch -i RELEASE_BODY.md && git add . package.json && git commit -m \" chore: bump version number\" && git push --follow-tags origin main" ,
1716 "release:npm" : " npm run build:ci && npm publish dist/fsms-angular-pubsub" ,
1817 "release" : " npm run release:git && npm run release:npm" ,
1918 "postinstall" : " ngcc"
Original file line number Diff line number Diff line change 11{
22 "name" : " @fsms/angular-pubsub" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "peerDependencies" : {
55 "@angular/common" : " ^10.1.6" ,
66 "@angular/core" : " ^10.1.6"
You can’t perform that action at this time.
0 commit comments