From 61dd83d01b6d55d3778843df753b4900e55b0135 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 29 Feb 2024 00:58:07 -0500 Subject: [PATCH] 1.2.0 --- 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 fbbee35..2c2aeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jridgewell/set-array", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jridgewell/set-array", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "8.3.0", diff --git a/package.json b/package.json index 1c24726..1e730eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jridgewell/set-array", - "version": "1.1.2", + "version": "1.2.0", "description": "Like a Set, but provides the index of the `key` in the backing array", "keywords": [], "author": "Justin Ridgewell ",