Skip to content

Commit

Permalink
build: reset lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed May 28, 2023
2 parents 7eabfe5 + e0770f2 commit 57db735
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/Tada5hi/smob/compare/v1.1.1...v1.2.0) (2023-05-28)


### Bug Fixes

* add generic argument for distinct-array util ([4d31b24](https://github.com/Tada5hi/smob/commit/4d31b24e0ca63f54b538d58eb0683a36170269ce))
* optimize array merge ([240ce25](https://github.com/Tada5hi/smob/commit/240ce2577eb99ee12fb9186b2f41fddb610cf3c0))


### Features

* split regular and distinct array merge + support multiple input arrays ([f7d4a75](https://github.com/Tada5hi/smob/commit/f7d4a757e22523ca3a74c1008f78cc12813ee341))

## [1.1.1](https://github.com/Tada5hi/smob/compare/v1.1.0...v1.1.1) (2023-05-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smob",
"version": "1.1.1",
"version": "1.2.0",
"description": "Zero dependency library to safe merge objects.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 57db735

Please sign in to comment.