From 17e80df5a716052c652c1c2651c6dded0a0096a0 Mon Sep 17 00:00:00 2001 From: Jason McNeal Date: Tue, 25 Aug 2020 12:00:24 -0600 Subject: [PATCH] update changelog and contributing --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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! 😁