Skip to content

Commit 2f4feb6

Browse files
Release 1.1.1
[skip ci] ## [1.1.1](v1.1.0...v1.1.1) (2022-12-29) ### Bug Fixes * GetStreamResult.stream should be alway return Readable instance ([#4](#4)) ([a9b4413](a9b4413))
1 parent a9b4413 commit 2f4feb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.1](https://github.com/node-modules/oss-interface/compare/v1.1.0...v1.1.1) (2022-12-29)
4+
5+
6+
### Bug Fixes
7+
8+
* GetStreamResult.stream should be alway return Readable instance ([#4](https://github.com/node-modules/oss-interface/issues/4)) ([a9b4413](https://github.com/node-modules/oss-interface/commit/a9b4413f88e73e5186f6107bfa2bfe990fb810c6))

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.0",
3+
"version": "1.1.1",
44
"description": "OSS Client interface",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)