Skip to content

Commit

Permalink
update changelog and contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McNeal committed Aug 25, 2020
1 parent ce6f001 commit 17e80df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 😁

0 comments on commit 17e80df

Please sign in to comment.