Skip to content

Commit

Permalink
Merge pull request #37 from HyunsDev:develop
Browse files Browse the repository at this point in the history
feat: 누락된 오브젝트 추가
  • Loading branch information
HyunsDev authored Mar 26, 2024
2 parents 1a78769 + 4b06a82 commit 31dde9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

# 변경사항

## `v1.0.37`

* 누락된 `DeviceObject` 포함
* 누락된 `NotificationObject` 포함

## `v1.0.36`

명세와 다르게 구현된 코드 수정
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unibook-client",
"version": "1.0.36",
"version": "1.0.37",
"repository": "https://github.com/HyunsDev/unibook-client.git",
"author": "혀느현스 <[email protected]>",
"license": "Unlicense",
Expand Down
2 changes: 2 additions & 0 deletions src/object/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ export * from "./userSetting.object";
export * from "./coupon.object";
export * from "./couponLog.object";
export * from "./couponUseLog.object";
export * from "./device.object";
export * from "./notification.object";

0 comments on commit 31dde9b

Please sign in to comment.