Skip to content

Commit c9047b5

Browse files
Release 1.1.3
[skip ci] ## [1.1.3](v1.1.2...v1.1.3) (2023-08-19) ### Bug Fixes * ignore uid and pid define on UserMeta ([#6](#6)) ([fba04c7](fba04c7))
1 parent fba04c7 commit c9047b5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/node-modules/oss-interface/compare/v1.1.2...v1.1.3) (2023-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* ignore uid and pid define on UserMeta ([#6](https://github.com/node-modules/oss-interface/issues/6)) ([fba04c7](https://github.com/node-modules/oss-interface/commit/fba04c73cae96f7baa82d7fd0ba7b01530c94b1e))
9+
310
## [1.1.2](https://github.com/node-modules/oss-interface/compare/v1.1.1...v1.1.2) (2023-06-21)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-interface",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "OSS Client interface",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)