Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed May 31, 2018
1 parent a557e2d commit eab2ba1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v1.0.1

Added not equals (!=) and strict not equals (!==) transforms. ([#15](https://github.com/scurker/babel-plugin-transform-currency-operators/pull/15) thanks [@jesobreira](https://github.com/jesobreira))

# v1.0.0

Initial Release!
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-currency-operators",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "An experimental babel plugin for transforming currency.js operators",
"description": "https://github.com/scurker/babel-plugin-transform-currency-operators",
"main": "dist/index.js",
Expand Down

0 comments on commit eab2ba1

Please sign in to comment.