Skip to content

Commit

Permalink
chore(release): v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Dec 21, 2020
1 parent aa28feb commit 3050146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ app

## 업데이트 로그

### 2020.12.22 v1.5.7
- 식단 파싱할 때에 코너 이름을 느슨하게 비교하도록 변경

### 2020.12.19 v1.5.6
- 식단 파싱할 때에 빈 스트링이 걸러지지 않는 버그 제거
- DB 싱크 명령 추가
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cafeteria-server",
"main": "./index.mjs",
"version": "1.5.6",
"version": "1.5.7",
"description": "카페테리아 API 서버입니다.",
"scripts": {
"test": "jest --coverage test/unit",
Expand Down

0 comments on commit 3050146

Please sign in to comment.