diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ac08d..aabd0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +### [5.3.4] +• Automate publishing to NPM +• Support for TypeScript - Thanks [resolritter](https://github.com/resolritter)! + ### [5.3.1] • Support conditional steps diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec802b2..5f62159 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,8 @@ Create a production build of the example app and test in Chrome, Safari, Firefox Open `app/index.html` in all the browsers listed above and ensure there are no console errors. Also, make sure hashKeys still work as expected. ### Create Pull Request -If you feel confidence in your changes, open a PR for me to review. I'll most likely have you merge into a dev branch before going straight to master. From there I will handle the versioning and publish your changes! 🎉 +If you feel confidence in your changes, open a PR for me to review. I'll most likely have you merge into a dev branch before going straight to master. From there I will handle the versioning and publish your changes! I'm working on automating publishing straight to NPM when a new release is created. + +To up the version use `npm version` for semantic versioning. Thanks for your help in making this library better! 😁