Skip to content

Commit

Permalink
chore!: add dummy pr to major version bump due to unsquashed title (#327
Browse files Browse the repository at this point in the history
)

chore(snapshot): 15.0.2-snapshot.0
  • Loading branch information
kleyow committed Jul 1, 2022
1 parent d5bb66a commit ff0f29b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter",
"version": "15.0.1",
"version": "15.0.2-snapshot.0",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,8 @@
"updates:update": "npm run dep:update && npm install",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"release": "standard-version --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'"
"release": "standard-version --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},
"author": "Matt Kingston, James Bush, ModusBox Inc.",
"contributors": [
Expand Down

0 comments on commit ff0f29b

Please sign in to comment.