From a357c7f47ef39378f2b6f01ff4f3e3fc3d951328 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 5 Dec 2020 14:04:55 +0000 Subject: [PATCH] chore(release): 1.10.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d9508..c30ea6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10.0](https://github.com/checkhaebang/deo.checkhaebang.com/compare/v1.9.3...v1.10.0) (2020-12-05) + + +### Features + +* kakao 로그인, google analytics ([#28](https://github.com/checkhaebang/deo.checkhaebang.com/issues/28)) ([b9b108a](https://github.com/checkhaebang/deo.checkhaebang.com/commit/b9b108a23e691febf8532ef03fb356234b028e0a)) + ### [1.9.3](https://github.com/checkhaebang/deo.checkhaebang.com/compare/v1.9.2...v1.9.3) (2020-12-03) ### [1.9.2](https://github.com/checkhaebang/deo.checkhaebang.com/compare/v1.9.1...v1.9.2) (2020-12-03) diff --git a/package-lock.json b/package-lock.json index 39b9fcb..11266da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deo.checkhaebang.com", - "version": "1.9.3", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dea61a4..bb0dba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deo.checkhaebang.com", - "version": "1.9.3", + "version": "1.10.0", "description": "deo 체크해방 웹", "private": true, "author": "Mincheol Kim",