Skip to content

Commit 1534cd2

Browse files
Release 1.1.2
[skip ci] ## [1.1.2](v1.1.1...v1.1.2) (2023-06-21) ### Bug Fixes * response headers should be Record ([#5](#5)) ([b95c5b2](b95c5b2))
1 parent b95c5b2 commit 1534cd2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.2](https://github.com/node-modules/oss-interface/compare/v1.1.1...v1.1.2) (2023-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* response headers should be Record ([#5](https://github.com/node-modules/oss-interface/issues/5)) ([b95c5b2](https://github.com/node-modules/oss-interface/commit/b95c5b2c00b5c2b518f82f2cddde12bc72b0edaf))
9+
310
## [1.1.1](https://github.com/node-modules/oss-interface/compare/v1.1.0...v1.1.1) (2022-12-29)
411

512

@@ -29,4 +36,3 @@
2936
* [[`d730c8d`](http://github.com/node-modules/oss-interface/commit/d730c8d37d77fac70e8022804fbadcf9b97fe3b3)] - 📦 NEW: Add d.ts and IObjectSimple Client define (#1) (fengmk2 <<[email protected]>>),fatal: No names found, cannot describe anything.
3037

3138
**others**
32-

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

0 commit comments

Comments
 (0)