@shopby/shop-sdk 1.24.2 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [1.26.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.26.0...v1.26.1) (2022-09-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * get boards boardno articles articleno replies 삭제, 게시글 상세 조회 api 파라미터 withreplied 삭제 ([978a643](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/978a6437f065860671a0a1f4f698f6ff5736093f))
11
+
12
+ ## [1.26.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.25.0...v1.26.0) (2022-09-15)
13
+
14
+
15
+ ### Features
16
+
17
+ * get boards boardno articles articleno replies 메소드 추가 ([09f46ea](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/09f46ea766ecc91c1604a75d2144db50748563de))
18
+
19
+ ## [1.25.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.24.2...v1.25.0) (2022-09-15)
20
+
21
+
22
+ ### Features
23
+
24
+ * get boards boardno articles articleno replies 타입추가, 게시글 상세 조회 withreplied 파라미터 추가 ([f715c2f](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/f715c2fd113dea56c25788a8683030d5d9509711))
25
+
5
26
  ### [1.24.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.24.0...v1.24.2) (2022-08-03)
6
27
 
7
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.24.2",
3
+ "version": "1.26.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",