Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 88412e5

Browse files
committed
release: v0.1.0
1 parent 2838bc7 commit 88412e5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.commitlintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"perf",
2727
"refactor",
2828
"revert",
29+
"release",
2930
"style",
3031
"test",
3132
"sample"

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 0.1.0 (2021-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* should not fire icon within app ([1d0c484](https://github.com/geekdada/a-translator-chrome-extension/commit/1d0c484b2fd3d21b29575230aa22b35660d44e8f))
7+
* show err object ([92c1aef](https://github.com/geekdada/a-translator-chrome-extension/commit/92c1aefd54140c19f73cd309918e1c34672b47ae))
8+
9+
10+
### Features
11+
12+
* add close button to App ([e43c057](https://github.com/geekdada/a-translator-chrome-extension/commit/e43c057ad46564c535ccae3c3da9532497ac009f))
13+
* add copy button ([b9ff17e](https://github.com/geekdada/a-translator-chrome-extension/commit/b9ff17e676e09cf37abb67da2be10033eec72156))
14+
* add feedback ([3cd3ad3](https://github.com/geekdada/a-translator-chrome-extension/commit/3cd3ad3de43b3bf70a98f73d6f79b56fae3dcbd6))
15+
* add notification ([ee01fd7](https://github.com/geekdada/a-translator-chrome-extension/commit/ee01fd7b4cdcf11e94b2357a601240205bb69f53))
16+
* collapse the original ([ea7a335](https://github.com/geekdada/a-translator-chrome-extension/commit/ea7a33573345618021b0da67ddd8edae9c6adb72))
17+
* custom logger ([d30f3d5](https://github.com/geekdada/a-translator-chrome-extension/commit/d30f3d51f25501496fba67bbd1a733e415e1f196))
18+
* options page ([9aa9d43](https://github.com/geekdada/a-translator-chrome-extension/commit/9aa9d4392aedb375fe540fe9f64a0a8732b1c8cc))
19+
* paragraph margin ([09abfd0](https://github.com/geekdada/a-translator-chrome-extension/commit/09abfd0f169f6f5c24be92bf44e82336f96ceec7))
20+
* reset app position ([9632247](https://github.com/geekdada/a-translator-chrome-extension/commit/9632247e23bf44c1165649f2a84fa6bbae7a8f1d))
21+
* select to translate ([942d35f](https://github.com/geekdada/a-translator-chrome-extension/commit/942d35f5db43271aaf57a0e1e44e49c0bf4f35b9))
22+
* tranlsation list ([c8a80f4](https://github.com/geekdada/a-translator-chrome-extension/commit/c8a80f4f2641f41a481f6d32931c8546d0a94b62))
23+
24+
25+

0 commit comments

Comments
 (0)