From dbc6ddda4b0fb69d3fda0e1df8a3c0e265864507 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Thu, 6 Jan 2022 12:04:00 -0800 Subject: [PATCH] 4.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e0c859f..a9078212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-compat", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-compat", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@mdn/browser-compat-data": "^3.3.14", diff --git a/package.json b/package.json index 471f189b..0a5696c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-compat", - "version": "4.0.0", + "version": "4.0.1", "description": "Lint browser compatibility of API used", "main": "lib/index.js", "repository": {