Skip to content

Commit

Permalink
fix: fix snapshot mishap (#195)
Browse files Browse the repository at this point in the history
* chore: update dep

* fix: fix snapshot mishap

* add versionrc

* chore: name
  • Loading branch information
kleyow authored Feb 20, 2024
1 parent 7a8e8d9 commit f921f38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"header": "# Changelog: [mojaloop/sdk-standard-components](https://github.com/mojaloop/sdk-standard-components)",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "style", "section": "Styling"},
{"type": "refactor", "section": "Refactors"},
{"type": "perf", "section": "Performance"},
{"type": "test", "section": "Tests"},
{"type": "build", "section": "Build System"},
{"type": "ci", "section": "CI"},
{"type": "chore", "section": "Chore"},
{"type": "revert", "section": "Reverts"}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-standard-components",
"version": "17.3.0-snapshot.1",
"version": "17.3.0",
"description": "A set of standard components for connecting to Mojaloop API enabled Switches",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit f921f38

Please sign in to comment.