Skip to content

Commit 704b5e0

Browse files
authored
Merge pull request #7 from sheinsight/release-please--branches--master--components--open-sdk-js
chore(master): release open-sdk-js 1.7.0
2 parents d4ba775 + 7ae19a6 commit 704b5e0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.7.0](https://github.com/sheinsight/open-sdk-js/compare/open-sdk-js-v1.6.0...open-sdk-js-v1.7.0) (2025-09-26)
6+
7+
8+
### Features
9+
10+
* add comprehensive one-click release script with interactive configuration ([5dc7078](https://github.com/sheinsight/open-sdk-js/commit/5dc7078faa222d2ccd917fdd7163c80b1114036a))
11+
12+
13+
### Bug Fixes
14+
15+
* correct npm version badge URL encoding and codecov badge configuration ([b222e5c](https://github.com/sheinsight/open-sdk-js/commit/b222e5c7318795f3936562148af3edb32931e9d9))
16+
* correct npm version badge URL encoding in Chinese README ([684021f](https://github.com/sheinsight/open-sdk-js/commit/684021f57b0d05cbb8b326e9d1eb2c362e945c1f))
17+
* improve git remote detection to support hyphens in remote names ([5d4a4d0](https://github.com/sheinsight/open-sdk-js/commit/5d4a4d0551f09ab8f2ecfffd8e914d04493f85f1))
18+
* release version 1.5.1 ([8916f32](https://github.com/sheinsight/open-sdk-js/commit/8916f32e88f2c6d1d9608492838c627a8ccbc126))
19+
* release version 1.6.1 ([d4ba775](https://github.com/sheinsight/open-sdk-js/commit/d4ba775379bae8cb70c896601979beaf981983da))
20+
521
## [1.6.0](https://github.com/sheinsight/open-sdk-js/compare/open-sdk-js-v1.5.0...open-sdk-js-v1.6.0) (2025-09-26)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shined/open-sdk-js",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "A TypeScript SDK for Shein API Tools",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",

0 commit comments

Comments
 (0)