Skip to content

Commit ee72fb9

Browse files
Release 1.2.0
[skip ci] ## [1.2.0](v1.1.3...v1.2.0) (2023-09-17) ### Features * support cjs and esm both ([#7](#7)) ([49a0e8a](49a0e8a))
1 parent 49a0e8a commit ee72fb9

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.2.0](https://github.com/node-modules/oss-interface/compare/v1.1.3...v1.2.0) (2023-09-17)
4+
5+
6+
### Features
7+
8+
* support cjs and esm both ([#7](https://github.com/node-modules/oss-interface/issues/7)) ([49a0e8a](https://github.com/node-modules/oss-interface/commit/49a0e8af72b921e68da5fe603768cb035acb25cc))
9+
310
## [1.1.3](https://github.com/node-modules/oss-interface/compare/v1.1.2...v1.1.3) (2023-08-19)
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.3",
3+
"version": "1.2.0",
44
"description": "OSS Client interface",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)