Skip to content

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
naijun0403 committed Sep 29, 2022
1 parent b7851dc commit b2acaaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
3. `TiaraFactory`의 코드를 개선하였습니다.

## 1.0.5
1. 중요 버그 수정
1. 중요 버그 수정

## 1.0.6
1. `Kakao SDK 2.0.0` 호환 패치를 적용하였습니다.

2. 로그인 & 전송 때 발생하던 에러를 수정하였습니다.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
## how to use?
[example](https://github.com/naijun0403/kakaolink/blob/main/example)을 참고해주세요

사용법은 [여기](https://github.com/naijun0403/kakaolink/wiki/1.-모듈-적용법)를 참고해주세요.

## download
[GitHub release](https://github.com/naijun0403/kakaolink/releases)

Expand Down
2 changes: 1 addition & 1 deletion src/service/kakao-api-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports.KakaoApiService = /** @class */ (function () {
* @return { string }
*/
KakaoApiService.getReleaseVersion = function () {
return "1.0.6-snapshot";
return "1.0.6";
}

/**
Expand Down

0 comments on commit b2acaaa

Please sign in to comment.