@figuredev/business-config-sdk
v0.15.101
Published
### How to publish a new version to npm?
Downloads
178
Keywords
Readme
Business Config Service SDK
How to publish a new version to npm?
- Go to
sdk
directory - Increment version in package.json
- small fixes - patch version 0.0.x
- breaking changes - minor version 0.x.0
- Document your changes in
CHANGELOG.md
- Call
npm publish --access public
CHANGELOG
For a list of changes see CHANGELOG.md
.