UNPKG

2.08 kBMarkdownView Raw
1# Change Log
2
3## [1.1.0] (2019/08/02)
4
5### Features
6
7* [#20] - Add `--help` option
8* [#21] - Add `--version` option and add CLI description in help
9
10### Updated Dependencies
11
12#### devDependencies
13
14* `@types/node`
15 * [#12] - `12.6.2` -> `12.6.8`
16 * [#22] - `12.6.8` -> `12.6.9`
17* `@typescript-eslint/eslint-plugin`
18 * [#11] - `1.11.0` -> `1.12.0`
19 * [#16] - `1.12.0` -> `1.13.0`
20* `@typescript-eslint/parser`
21 * [#11] - `1.11.0` -> `1.12.0`
22 * [#16] - `1.12.0` -> `1.13.0`
23* `eslint-plugin-import`
24 * [#14] - `2.18.0` -> `2.18.2`
25* `husky`
26 * [#13] - `3.0.0` -> `3.0.2`
27* `lint-staged`
28 * [#18] - `9.2.0` -> `9.2.1`
29
30### Added Dependencies
31
32#### dependencies
33
34* [#20] - `commander@2.20.0`
35* [#21] - `read-pkg@5.2.0`
36
37#### devDependencies
38
39* [#21] - `escape-string-regexp@2.0.0`
40
41### Tests
42
43* [#23] - Use npm's local install for testing
44
45### Others
46
47* [#17] - Setting Renovate to follow Emoji Prefix
48* [#19] - Setting Renovate to follow Emoji Prefix
49* [#23] - Change bin file path: `bin/cli.js` -> `dist/bin.js`
50
51[1.1.0]: https://github.com/sounisi5011/package-version-git-tag/compare/v1.0.0...v1.1.0
52[#11]: https://github.com/sounisi5011/package-version-git-tag/pull/11
53[#12]: https://github.com/sounisi5011/package-version-git-tag/pull/12
54[#13]: https://github.com/sounisi5011/package-version-git-tag/pull/13
55[#14]: https://github.com/sounisi5011/package-version-git-tag/pull/14
56[#16]: https://github.com/sounisi5011/package-version-git-tag/pull/16
57[#17]: https://github.com/sounisi5011/package-version-git-tag/pull/17
58[#18]: https://github.com/sounisi5011/package-version-git-tag/pull/18
59[#19]: https://github.com/sounisi5011/package-version-git-tag/pull/19
60[#20]: https://github.com/sounisi5011/package-version-git-tag/pull/20
61[#21]: https://github.com/sounisi5011/package-version-git-tag/pull/21
62[#22]: https://github.com/sounisi5011/package-version-git-tag/pull/22
63[#23]: https://github.com/sounisi5011/package-version-git-tag/pull/23
64
65## [1.0.0] (2019/07/12)
66
67[1.0.0]: https://github.com/sounisi5011/package-version-git-tag/compare/v0.0.0...v1.0.0