Skip to content

Commit

Permalink
chore(release): v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
divlook committed Mar 7, 2021
1 parent 620355f commit 583c53d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
22 changes: 9 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.1](https://github.com/divlook/ticketing-timer/compare/v1.5.0...v1.5.1) (2021-03-07)


### Bug Fixes

* :bug: 키보드 입력시 focus를 뺏기지 않게 수정 ([989079e](https://github.com/divlook/ticketing-timer/commit/989079ed44f0252d22b3ca77c920e306c159af25)), closes [#3](https://github.com/divlook/ticketing-timer/issues/3)



# [1.5.0](https://github.com/divlook/ticketing-timer/compare/v1.4.3...v1.5.0) (2021-01-19)


Expand Down Expand Up @@ -36,16 +45,3 @@



# [1.4.0](https://github.com/divlook/ticketing-timer/compare/v1.3.0...v1.4.0) (2020-09-10)


### Features

* :art: chrom 확장 앱을 위한 작업 ([8df20f6](https://github.com/divlook/ticketing-timer/commit/8df20f610dcba538e2c1ca21e55751e7101e4de5))
* :lipstick: modal css 추가 ([390a002](https://github.com/divlook/ticketing-timer/commit/390a0021de7e88fdd3630f59e656e2a87b8da46e))
* :sparkles: chrome에서 아이콘을 클릭해서 타이머 실행 ([40ff09d](https://github.com/divlook/ticketing-timer/commit/40ff09d87c4bba2f33d1e71b6d16014b83887cd9))
* :sparkles: modal 기능 구현 ([ad52be8](https://github.com/divlook/ticketing-timer/commit/ad52be849960e0025cf9613e13c2d8825cdce461))
* :sparkles: 구조 대격변 ([41f779c](https://github.com/divlook/ticketing-timer/commit/41f779c3d7ef714584bdb40816756d9ca4caa9b5))



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.5.0",
"version": "1.5.1",
"description": "티켓팅(KTX, SRT, 기타)을 위한 크롬 확장 앱입니다.",
"keywords": [
"ticketing",
Expand Down Expand Up @@ -53,4 +53,4 @@
"webpack-dev-server": "^3.11.0",
"worker-loader": "^3.0.2"
}
}
}

0 comments on commit 583c53d

Please sign in to comment.