From 15a180f90d365775850ab340c5c9a22258e055dc Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 14 Jan 2024 13:14:48 +0700 Subject: [PATCH] 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 026d9e2..8d66ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "on-change", - "version": "5.0.0", + "version": "5.0.1", "description": "Watch an object or array for changes", "license": "MIT", "repository": "sindresorhus/on-change",