Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divlook committed Sep 5, 2020
1 parent 31174e2 commit 4ec0369
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divlook/ticketing-timer",
"version": "1.2.1",
"version": "1.3.0",
"description": "티켓팅을 위한 모듈입니다.",
"keywords": [
"Ticketing",
Expand Down Expand Up @@ -45,4 +45,4 @@
"webpack-dev-server": "^3.11.0",
"worker-loader": "^3.0.2"
}
}
}

0 comments on commit 4ec0369

Please sign in to comment.