Skip to content

Commit 57db735

Browse files
committed
build: reset lock file
2 parents 7eabfe5 + e0770f2 commit 57db735

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.2.0](https://github.com/Tada5hi/smob/compare/v1.1.1...v1.2.0) (2023-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* add generic argument for distinct-array util ([4d31b24](https://github.com/Tada5hi/smob/commit/4d31b24e0ca63f54b538d58eb0683a36170269ce))
7+
* optimize array merge ([240ce25](https://github.com/Tada5hi/smob/commit/240ce2577eb99ee12fb9186b2f41fddb610cf3c0))
8+
9+
10+
### Features
11+
12+
* split regular and distinct array merge + support multiple input arrays ([f7d4a75](https://github.com/Tada5hi/smob/commit/f7d4a757e22523ca3a74c1008f78cc12813ee341))
13+
114
## [1.1.1](https://github.com/Tada5hi/smob/compare/v1.1.0...v1.1.1) (2023-05-20)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smob",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Zero dependency library to safe merge objects.",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)