2.0.0 release (#8)

* Upgrading action to JS Action

* Swapping to double-quotes for strings

* Switching parcel bundle to target node

* Updating docs
This commit is contained in:
Benjamin Lannon 2019-08-25 21:51:08 -04:00 committed by GitHub
commit 56bf52020f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 7752 additions and 169 deletions

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# 2.0.0 - August 25, 2019
- feat: Updated to JS Actions syntax. Removed Dockerfile and switched to action.yml with bundled version of package using parcel
# 1.1.0 - February 19, 2019
- feat: When inserting a color in a hexcode syntax, having a # in front of it will work as expected
# 1.0.0 - February 11, 2019
Initial Release