From 7c63f3ba7f29b88456993f5e1bd8b71291bff977 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Sun, 27 Sep 2020 17:15:58 +0200 Subject: [PATCH] 0.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d15d917..61ca483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rules-of-hooks-ppx", - "version": "0.1.1", + "version": "0.2.0", "description": "This ppx validates the rules of React hooks", "author": "davesnx ", "keywords": [ @@ -57,4 +57,4 @@ "format": "esy dune build @fmt --auto-promote", "utop": "esy dune utop lib -- -implicit-bindings" } -} \ No newline at end of file +}