Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Mar 8, 2020
1 parent 18f08d8 commit a874752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ app

## 업데이트 로그

### 2020.3.9 v1.1.2
- 도메인 엔티티 Cafeteria 확장
- 결제 유효성 검사에서 Cafeteria 할인 지원 여부 명시적으로 확인.

### 2020.3.9 v1.1.1
- 로그인 시도시 응답 없는 경우 대응

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.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Server side application for INU Cafeteria.",
"scripts": {
"start": "NODE_ENV=production && node -r esm index.mjs",
Expand Down

0 comments on commit a874752

Please sign in to comment.