From efd30875450e65ec384b3b294d5dc087f0628b1e Mon Sep 17 00:00:00 2001 From: Nick Older Date: Tue, 1 Oct 2024 14:10:55 -0400 Subject: [PATCH] Update version to 2.0.2 --- javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/package.json b/javascript/package.json index 0924c1a..5f3ca8f 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cache-ventures", - "version": "2.0.1", + "version": "2.0.2", "description": "Cache Venture's ESLint config.", "main": "index.js", "homepage": "https://github.com/cacheventures/code-style",