2.0.5 • Published 2 years ago
homebridge-calypshome v2.0.5
Homebridge Calyps'Home Plugin
Bla bla
Versioning Your Plugin
Given a version number MAJOR.MINOR.PATCH, such as 1.4.3, increment the:
- MAJOR version when you make breaking changes to your plugin,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
You can use the npm version command to help you with this:
# major update / breaking changes
npm version major
# minor update / new features
npm version update
# patch / bugfixes
npm version patchPublish Package
When you are ready to publish your plugin to npm, make sure you have removed the private attribute from the package.json file then run:
npm publishPublishing Beta Versions
You can publish beta versions of your plugin for other users to test before you release it to everyone.
# create a new pre-release version (eg. 2.1.0-beta.1)
npm version prepatch --preid beta
# publish to @beta
npm publish --tag=betaUsers can then install the beta version by appending @beta to the install command, for example:
sudo npm install -g homebridge-example-plugin@beta2.0.3
2 years ago
2.0.2
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.0.9
2 years ago
1.0.1
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
3 years ago
1.0.2-beta.0
3 years ago
1.0.0
3 years ago