From 4ec03698b0218d167ff3550029dda096fbb233fc Mon Sep 17 00:00:00 2001 From: divlook Date: Sat, 5 Sep 2020 09:50:21 +0000 Subject: [PATCH] chore(release): v1.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7dbb2..cca798e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.3.0](https://github.com/divlook/ticketing-timer/compare/v1.2.1...v1.3.0) (2020-09-05) + + +### Bug Fixes + +* jsconfig.json 수정 ([85b0db2](https://github.com/divlook/ticketing-timer/commit/85b0db2166f1c6055798ece64cb50662212c004c)) + + +### Features + +* :heavy_plus_sign: momentjs 추가 ([3fa53bf](https://github.com/divlook/ticketing-timer/commit/3fa53bffc8fb0d7651f32d4f7edec57426e067f5)) +* :sparkles: timer 종료시 callback 실행 ([2bf17ea](https://github.com/divlook/ticketing-timer/commit/2bf17ea6d8403998b6f05a6d6cbda9f56536631f)) +* :sparkles: 에디터 기능 초안 완성 ([6b474bd](https://github.com/divlook/ticketing-timer/commit/6b474bd32a7ec4d8133cbd2ebe5cbe6d5a1206ef)) +* :sparkles: 이벤트 옵션 추가 ([f7a28de](https://github.com/divlook/ticketing-timer/commit/f7a28dec1cc76f46c2e957eaddb4f9a6a20fef74)) +* input에 초기값 추가 ([9225129](https://github.com/divlook/ticketing-timer/commit/922512993bebd3da46bad5d556c041b1afeba47a)) + + + ## [1.2.1](https://github.com/divlook/ticketing-timer/compare/v1.2.0...v1.2.1) (2020-09-03) diff --git a/package.json b/package.json index 40cc295..514b630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@divlook/ticketing-timer", - "version": "1.2.1", + "version": "1.3.0", "description": "티켓팅을 위한 모듈입니다.", "keywords": [ "Ticketing", @@ -45,4 +45,4 @@ "webpack-dev-server": "^3.11.0", "worker-loader": "^3.0.2" } -} +} \ No newline at end of file