From eed697bd6b8ea4f2fb22cdf66840b533469de29f Mon Sep 17 00:00:00 2001 From: Damith Karunaratne Date: Wed, 6 Apr 2022 15:17:55 +0530 Subject: [PATCH] updating release version --- changelog.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 025005e..bc13a3e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 2022-04-06 - v2.4.6 + + - bug fixes on mergeChanges and unwrap methods + # 2021-10-27 - v2.4.5 - Fix the ownKeys function type issue. diff --git a/package-lock.json b/package-lock.json index be9e562..d3ae1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@creately/sakota", - "version": "2.4.5", + "version": "2.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2134532..ca0d4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@creately/sakota", - "version": "2.4.5", + "version": "2.4.6", "description": "Proxies js objects and records all changes made on an object without modifying the object.", "main": "dist/index.js", "typings": "dist/index.d.ts",