Skip to content

Commit

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

### Bug Fixes

* move sources length check to create-merger ([c55bfc5](c55bfc5))

### Features

* deep clone input sources ([384acff](384acff))
* refactored merger to support arrays ([2185ebe](2185ebe))
  • Loading branch information
semantic-release-bot committed May 28, 2023
1 parent c55bfc5 commit f321163
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.3.0](https://github.com/Tada5hi/smob/compare/v1.2.0...v1.3.0) (2023-05-28)


### Bug Fixes

* move sources length check to create-merger ([c55bfc5](https://github.com/Tada5hi/smob/commit/c55bfc5b25adafee35c3af7f2d8672879c898e7e))


### Features

* deep clone input sources ([384acff](https://github.com/Tada5hi/smob/commit/384acff632e60d967a92371937d0bb53b35edda4))
* refactored merger to support arrays ([2185ebe](https://github.com/Tada5hi/smob/commit/2185ebe32b963e954265a71fad4bb302deb88e29))

# [1.3.0-alpha.2](https://github.com/Tada5hi/smob/compare/v1.3.0-alpha.1...v1.3.0-alpha.2) (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-alpha.2",
"version": "1.3.0",
"description": "Zero dependency library to safe merge objects.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit f321163

Please sign in to comment.