Skip to content

Commit e526892

Browse files
committed
chore(release): v1.4.0
1 parent 9c31a46 commit e526892

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.4.0](https://github.com/divlook/ticketing-timer/compare/v1.3.0...v1.4.0) (2020-09-10)
2+
3+
4+
### Features
5+
6+
* :art: chrom 확장 앱을 위한 작업 ([8df20f6](https://github.com/divlook/ticketing-timer/commit/8df20f610dcba538e2c1ca21e55751e7101e4de5))
7+
* :lipstick: modal css 추가 ([390a002](https://github.com/divlook/ticketing-timer/commit/390a0021de7e88fdd3630f59e656e2a87b8da46e))
8+
* :sparkles: chrome에서 아이콘을 클릭해서 타이머 실행 ([40ff09d](https://github.com/divlook/ticketing-timer/commit/40ff09d87c4bba2f33d1e71b6d16014b83887cd9))
9+
* :sparkles: modal 기능 구현 ([ad52be8](https://github.com/divlook/ticketing-timer/commit/ad52be849960e0025cf9613e13c2d8825cdce461))
10+
* :sparkles: 구조 대격변 ([41f779c](https://github.com/divlook/ticketing-timer/commit/41f779c3d7ef714584bdb40816756d9ca4caa9b5))
11+
12+
13+
114
# [1.3.0](https://github.com/divlook/ticketing-timer/compare/v1.2.1...v1.3.0) (2020-09-05)
215

316

@@ -44,7 +57,3 @@
4457

4558

4659

47-
# 1.0.0 (2020-09-02)
48-
49-
50-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@divlook/ticketing-timer",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "티켓팅을 위한 모듈입니다.",
55
"keywords": [
66
"Ticketing",
@@ -53,4 +53,4 @@
5353
"webpack-dev-server": "^3.11.0",
5454
"worker-loader": "^3.0.2"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)