Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-03-01)

### Features

* **lib:** Add setEventParam and getEventParam methods ([88bbd79](88bbd79))
  • Loading branch information
semantic-release-bot committed Mar 1, 2019
1 parent 116a8d0 commit 3dcfc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-event-param",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Provide custom param for DOM event handler. Avoid memory-consuming bindings or arrow functions.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3dcfc0b

Please sign in to comment.