Skip to content

Commit 5424b48

Browse files
committed
2.0.2
1 parent 71ee135 commit 5424b48

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.2
4+
5+
_2024-05-05_
6+
7+
- Fix date object handling (#7)
8+
39
## 2.0.1
410

511
_2024-03-05_

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mergician",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.",
55
"author": "John Hildenbiddle",
66
"license": "MIT",

0 commit comments

Comments
 (0)