From 34025c82c20282ce5c9b17998a4e25c558ec3ccc Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Thu, 30 May 2024 14:55:59 +0100 Subject: [PATCH] 1.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 4041e45..9c00c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-tech-radar", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-tech-radar", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "esprima": "~4.0.0", diff --git a/package.json b/package.json index 070e568..768568b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-tech-radar", - "version": "1.0.0", + "version": "1.0.1", "description": "An eslint plugin to encourage adherence to an organisational tech radar", "main": "index.js", "types": "./index.d.ts",