Skip to content

Commit 2e5435c

Browse files
Copilotsiarheidudko
andcommitted
Update dependency and bump patch version
Co-authored-by: siarheidudko <36571430+siarheidudko@users.noreply.github.com>
1 parent 2477137 commit 2e5435c

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.32 / 2026-02-08
2+
3+
### :tada: Enhancements
4+
- Updated dependencies: @sergdudko/objectstream
5+
16
# 2.1.31 / 2026-01-27
27

38
### :tada: Enhancements
@@ -207,4 +212,3 @@
207212

208213
### :tada: Enhancements
209214
- Updated dependencies: typescript-eslint
210-

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protoobject",
3-
"version": "2.1.31",
3+
"version": "2.1.32",
44
"description": "A universal class for creating any JSON objects and simple manipulations with them.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -121,6 +121,6 @@
121121
"test": "./test/"
122122
},
123123
"dependencies": {
124-
"@sergdudko/objectstream": "^4.0.30"
124+
"@sergdudko/objectstream": "^4.0.31"
125125
}
126126
}

0 commit comments

Comments
 (0)