Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-05-29)

### Bug Fixes

* better polyfill implementation for cloning arrays and objects ([fad6beb](fad6beb))
* create a new weak map for each source ([4ed64d2](4ed64d2))
* remove unused utility methods + applied linter ([76baf8e](76baf8e))

### Features

* use weak-map instead of json-stringify for circular reference handling ([33b4ea4](33b4ea4))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 4ed64d2 commit 9c57073
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.4.0](https://github.com/Tada5hi/smob/compare/v1.3.0...v1.4.0) (2023-05-29)


### Bug Fixes

* better polyfill implementation for cloning arrays and objects ([fad6beb](https://github.com/Tada5hi/smob/commit/fad6bebd9d7dc016f5c8a153e1e8181f12704bfb))
* create a new weak map for each source ([4ed64d2](https://github.com/Tada5hi/smob/commit/4ed64d26bc0d2acc7fe075ad45a3cccd3bd4aa19))
* remove unused utility methods + applied linter ([76baf8e](https://github.com/Tada5hi/smob/commit/76baf8eee28359480878dce17d0dd31143c2610e))


### Features

* use weak-map instead of json-stringify for circular reference handling ([33b4ea4](https://github.com/Tada5hi/smob/commit/33b4ea4cef102dec3334f08c66f25fbb84bcafb4))

# [1.3.0](https://github.com/Tada5hi/smob/compare/v1.2.0...v1.3.0) (2023-05-28)


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.3.0",
"version": "1.4.0",
"description": "Zero dependency library to safe merge objects.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 9c57073

Please sign in to comment.