Skip to content

Commit 12ea6c4

Browse files
committed
chore(release): 1.0.11
1 parent 9ac99b2 commit 12ea6c4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

RELEASE_BODY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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"

projects/fsms-angular-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)