From 9b699fd3d8e17f315652692a50486ceaa68d566a Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Sun, 3 Mar 2024 09:57:10 +1100 Subject: [PATCH] bump to version 3.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d252db..37e2b5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-ft-flow", "description": "Flowtype linting rules for ESLint by flow-typed", - "version": "3.0.6", + "version": "3.0.7", "license": "MIT", "main": "./dist/index.js", "repository": {