From 73b317bb015bf544cc9cce868f53a7f3dc600e88 Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Sat, 18 Jan 2025 21:10:10 -0500 Subject: [PATCH] 1.1.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 3d794a8..f0b8e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@double-great/remark-lint-alt-text", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@double-great/remark-lint-alt-text", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@double-great/alt-text": "^3.2.1", diff --git a/package.json b/package.json index 07e48fc..5da8c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@double-great/remark-lint-alt-text", - "version": "1.1.0", + "version": "1.1.1", "description": "A remark-lint plugin that finds unhelpful or missing image alt text", "exports": "./dist/index.js", "types": "dist/index.d.ts",