Skip to content

Commit b6440db

Browse files
chore(master): release smob 1.6.1 (#411)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03924fb commit b6440db

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* introduce arrayPriority option ([#328](https://github.com/Tada5hi/smob/issues/328)) ([7d287bf](https://github.com/Tada5hi/smob/commit/7d287bf1238c15b5670e91b7f3a7100518ed3ac0))
77

8+
## [1.6.1](https://github.com/tada5hi/smob/compare/smob-v1.6.0...smob-v1.6.1) (2026-02-11)
9+
10+
11+
### Bug Fixes
12+
13+
* set min node engine version to v20.0.0 ([ec4d2d9](https://github.com/tada5hi/smob/commit/ec4d2d90c9ac9e0ed8a2f1865e6c882b0d04250b))
14+
815
## [1.6.0](https://github.com/tada5hi/smob/compare/smob-v1.5.0...smob-v1.6.0) (2026-02-11)
916

1017

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.6.0",
3+
"version": "1.6.1",
44
"description": "Zero dependency library to safe merge objects.",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)