serverless-plugin-buttonize
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.4.1](https://github.com/buttonize/serverless-plugin-buttonize/compare/v1.4.0...v1.4.1) (2021-05-19) | ||
### Bug Fixes | ||
* release ([849ee99](https://github.com/buttonize/serverless-plugin-buttonize/commit/849ee99e7be64b82f5875adb3ce05d6420e7ce70)) | ||
## [1.4.0](https://github.com/buttonize/serverless-plugin-buttonize/compare/v1.3.0...v1.4.0) (2021-05-19) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "serverless-plugin-buttonize", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"engines": { | ||
@@ -18,4 +18,3 @@ "node": ">=12" | ||
"test": "npm run test:lint && npm run test:unit", | ||
"release": "standard-version", | ||
"publish": "git push --follow-tags && npm publish --access public" | ||
"release": "standard-version && git push --follow-tags && npm publish --access public" | ||
}, | ||
@@ -22,0 +21,0 @@ "homepage": "https://github.com/buttonize/serverless-plugin-buttonize#readme", |
18153