diff --git a/CHANGELOG.md b/CHANGELOG.md index cafb565..e73b514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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. +## 1.11.0 (2022-01-13) + + +### Features + +* **checklist:** 체크리스트 진입점 추가 ([#19](https://github.com/checkhaebang/deo.checkhaebang.com/issues/19)) ([551785c](https://github.com/checkhaebang/deo.checkhaebang.com/commit/551785cdfff088692dbcfc3b8917723051f1aa11)) +* **checklist:** 체크리스트 체크항목 리덕스 처리 ([#24](https://github.com/checkhaebang/deo.checkhaebang.com/issues/24)) ([d0f6bd8](https://github.com/checkhaebang/deo.checkhaebang.com/commit/d0f6bd8a7d24f7c29984b7188706e1cc21ba62a1)) +* **landing:** 랜딩 페이지 추가 ([#16](https://github.com/checkhaebang/deo.checkhaebang.com/issues/16)) ([54d133b](https://github.com/checkhaebang/deo.checkhaebang.com/commit/54d133b04d6b76492137a16d02040647889238e7)) +* **looking-checklist:** 방 구하는 중 체크리스트 UI, 방 삭제 Modal 구현 ([#22](https://github.com/checkhaebang/deo.checkhaebang.com/issues/22)) ([a6bb332](https://github.com/checkhaebang/deo.checkhaebang.com/commit/a6bb332bdb4c9ec1a3d13442cf0d8f937ebf7ab4)) +* **persona-analyzing:** 페르소나 분석 화면 추가 ([#17](https://github.com/checkhaebang/deo.checkhaebang.com/issues/17)) ([fe9cb1a](https://github.com/checkhaebang/deo.checkhaebang.com/commit/fe9cb1a9a1ddb6017c58fa45ba9ed6fde9d42c70)) +* **persona-questions:** 페르소나 설문 화면 구현 ([#14](https://github.com/checkhaebang/deo.checkhaebang.com/issues/14)) ([96f0a8d](https://github.com/checkhaebang/deo.checkhaebang.com/commit/96f0a8ddc79fdf19ac5b2036edcaaeecddb1d82b)) +* **persona-result:** 페르소나 결과 페이지 추가 ([#18](https://github.com/checkhaebang/deo.checkhaebang.com/issues/18)) ([f89c9f1](https://github.com/checkhaebang/deo.checkhaebang.com/commit/f89c9f1c18d5860251c4d4aa2f615a49158ba948)) +* **room/summary:** room summary ui 구현([#21](https://github.com/checkhaebang/deo.checkhaebang.com/issues/21)) ([15ce15e](https://github.com/checkhaebang/deo.checkhaebang.com/commit/15ce15ec2420e24284b8fa7c9059798e7af07f9f)) +* **rooms:** 방 등록 및 리스트 UI 구현 ([#20](https://github.com/checkhaebang/deo.checkhaebang.com/issues/20)) ([4648165](https://github.com/checkhaebang/deo.checkhaebang.com/commit/46481650750757ce5b3a6cb4d27e3e9927aaf98c)) +* kakao 로그인, google analytics ([#28](https://github.com/checkhaebang/deo.checkhaebang.com/issues/28)) ([9e633db](https://github.com/checkhaebang/deo.checkhaebang.com/commit/9e633db40655d9a2d49b9702dc4d97cb5714299e)) + + +### Bug Fixes + +* change deploy directory(public -> build) ([#6](https://github.com/checkhaebang/deo.checkhaebang.com/issues/6)) ([b8feed2](https://github.com/checkhaebang/deo.checkhaebang.com/commit/b8feed2f3d68db5726932fce778024a1ca3eec2a)) +* modify slack message format ([#12](https://github.com/checkhaebang/deo.checkhaebang.com/issues/12)) ([26d5aa5](https://github.com/checkhaebang/deo.checkhaebang.com/commit/26d5aa5151fe25f8380714a0a01ceabe291b19d1)) +* release description ([#10](https://github.com/checkhaebang/deo.checkhaebang.com/issues/10)) ([bea336a](https://github.com/checkhaebang/deo.checkhaebang.com/commit/bea336a53dab794fce87830b87f86e45d80510ba)) +* release notify to slack ([#8](https://github.com/checkhaebang/deo.checkhaebang.com/issues/8)) ([4171093](https://github.com/checkhaebang/deo.checkhaebang.com/commit/4171093a7974ed8ed598c1d0481e188652af0401)) +* slack message format ([#11](https://github.com/checkhaebang/deo.checkhaebang.com/issues/11)) ([bf6707a](https://github.com/checkhaebang/deo.checkhaebang.com/commit/bf6707a8538e1bcab62558d2735a62f92145f739)) +* 환경변수 prefix 추가 (KAKAO_API_TOKEN) ([#31](https://github.com/checkhaebang/deo.checkhaebang.com/issues/31)) ([948fcae](https://github.com/checkhaebang/deo.checkhaebang.com/commit/948fcaea46d506e0008343921771814a921e4ae0)) +* **kakao-login:** 서버 종료로 인해 카카오 로그인 제거 ([#36](https://github.com/checkhaebang/deo.checkhaebang.com/issues/36)) ([4f81aa8](https://github.com/checkhaebang/deo.checkhaebang.com/commit/4f81aa80532539fc2a8eeee2b034fd966efa7036)) + ### [1.10.6](https://github.com/checkhaebang/deo.checkhaebang.com/compare/v1.10.5...v1.10.6) (2020-12-06) ### [1.10.5](https://github.com/checkhaebang/deo.checkhaebang.com/compare/v1.10.4...v1.10.5) (2020-12-06) diff --git a/package-lock.json b/package-lock.json index c8f62fd..4f04846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deo.checkhaebang.com", - "version": "1.10.6", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f9f5786..8103837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deo.checkhaebang.com", - "version": "1.10.6", + "version": "1.11.0", "description": "deo 체크해방 웹", "private": true, "author": "Mincheol Kim",