From 7ccb03f7624d7f20844a57ce9179f8a9fe566e35 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Wed, 31 Jul 2019 10:29:37 +1200 Subject: [PATCH] v0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1987f6c75..33f679255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-functional", - "version": "0.5.1", + "version": "0.5.2", "description": "ESLint rules to disable mutation and promote fp in TypeScript.", "main": "lib/index.js", "module": "lib/index.mjs",