From 3dcfc0b1c65b04beaecbb8892559a7ca333f78ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Mar 2019 09:01:50 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-03-01) ### Features * **lib:** Add setEventParam and getEventParam methods ([88bbd79](https://github.com/sneas/react-event-param/commit/88bbd79)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbbfa79..3ffb337 100644 --- a/package.json +++ b/package.json @@ -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": {