Skip to content

Commit

Permalink
chore(release): 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshtiwari committed Feb 9, 2021
1 parent 9ac99b2 commit 12ea6c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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.

### [1.0.11](https://github.com/rupeshtiwari/fsms-angular-pubsub/compare/v1.0.10...v1.0.11) (2021-02-09)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "@fsms/angular-pubsub-app",
"version": "1.0.10",
"version": "1.0.11",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:prod": "ng build fsms-angular-pubsub --prod",

"test:watch": "ng test fsms-angular-pubsub",
"lint": "ng lint",
"e2e": "ng e2e",
"clean": "rimraf dist",
"build:ci": "npm run clean && npm run build:prod && npm run copyfiles",
"test:ci": "ng test fsms-angular-pubsub --watch=false --browsers=ChromeHeadless --code-coverage=true",
"copyfiles": "copyfiles -f README.md dist/fsms-angular-pubsub",
"release:git": "standard-version --release-as patch && git add . package.json && git commit -m \"chore: bump version number\" && git push --follow-tags origin main",
"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",
"release:npm": "npm run build:ci && npm publish dist/fsms-angular-pubsub",
"release": "npm run release:git && npm run release:npm",
"postinstall": "ngcc"
Expand Down
2 changes: 1 addition & 1 deletion projects/fsms-angular-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsms/angular-pubsub",
"version": "1.0.10",
"version": "1.0.11",
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6"
Expand Down

0 comments on commit 12ea6c4

Please sign in to comment.