From 0855417cbc88ec492a2b07333e99bfb873daa27a Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 17 Feb 2024 17:57:16 +0100 Subject: [PATCH] v2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 444770e..013008a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-selectors", - "version": "2.1.0", + "version": "2.2.0", "description": "Query and manipulate nested object properties with an expressive and intuitive notation.", "main": "applicators.js", "type": "module",