From 4fe878545f51bc733ac5db2093b140051839f26c Mon Sep 17 00:00:00 2001 From: ConnectDotz Date: Thu, 12 Jan 2023 18:02:53 -0500 Subject: [PATCH] prepare for v31.0.0 (#100) --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index aa2f688..0093ba9 100644 --- a/.npmignore +++ b/.npmignore @@ -17,3 +17,5 @@ flow-typed/** .gitattributes .github/** .husky/** +.eslintcache +CHANGELOG.md diff --git a/package.json b/package.json index d31f9d3..2f817c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-editor-support", - "version": "30.3.1", + "version": "31.0.0", "repository": { "type": "git", "url": "https://github.com/jest-community/jest-editor-support"