Skip to content

Commit 67ac475

Browse files
committed
Release 0.0.9
1 parent 66638c3 commit 67ac475

File tree

3 files changed

+56
-4
lines changed

3 files changed

+56
-4
lines changed

CHANGELOG.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,58 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### 0.0.8
7+
#### [0.0.9](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.8...0.0.9)
88

9+
- fix: releases now use whole git history for changelog generation [`66638c3`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/66638c39605b34af035eb4b803dba425ab177b16)
10+
11+
#### [0.0.8](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.7...0.0.8)
12+
13+
> 30 November 2021
14+
15+
- Release 0.0.8 [`342a5ff`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/342a5ffe003a9e8cd07d820b662d6d6048510641)
916
- repo: Restore changelog and add repo details [`8b8b051`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8b8b051c8cb0511c3f2e8a0cd4449b4fbff59477)
17+
- ide: add recommended extensions list [`a22a6e8`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a22a6e82c5f2c1ef228e693b08dda63b179e211c)
18+
19+
#### [0.0.7](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.6...0.0.7)
20+
21+
> 30 November 2021
22+
23+
- Release 0.0.7 [`a02f945`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a02f9453aa1816b1fd1ed2c3fc1bed308ee67917)
24+
- cicd: Perform codecov submission after release version bump [`55cdfa5`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/55cdfa5faea363b2251429bf651a9dd0fe0d2b27)
25+
26+
#### [0.0.6](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.5...0.0.6)
27+
28+
> 30 November 2021
29+
30+
- Debug codecov action. [`b14497b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b14497b1cb49a7745995e13d78f8f1dbf0b05b9a)
31+
- Release 0.0.6 [`a4e6d7e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e6d7e6eb1a887da4c2efb2ba9514d6121a20e6)
32+
- Add code coverage reporting [`672410b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/672410b1cf3c4662350b25bbc40745f51eb012a6)
33+
34+
#### [0.0.5](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.4...0.0.5)
35+
36+
> 30 November 2021
37+
38+
- Release 0.0.5 [`42277da`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/42277dad6bc969345130f044fe1c182eb264bfe8)
39+
40+
#### [0.0.4](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.3...0.0.4)
41+
42+
> 30 November 2021
43+
44+
- Enable testing, linting, style, on release. [`f74f985`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/f74f98534ba04557f2355a56034cf8008bf8c8fe)
45+
- Release 0.0.4 [`4d6b7d6`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4d6b7d635240e0dc03461004dab1cda0e6446bbd)
46+
- Configure release git user [`5ddd76b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5ddd76bc6be379a6409bb6c41e1bf8f45aa2dc8d)
47+
48+
#### [0.0.3](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.2...0.0.3)
49+
50+
> 30 November 2021
51+
52+
- Release 0.0.3 [`420c84a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/420c84a0f3173ca1217e977d1c7bc3af997e710d)
53+
- Commit changelog [`e412c0b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/e412c0b29dd903d266b9e527705b06ddeedcf15d)
54+
55+
#### 0.0.2
56+
57+
> 30 November 2021
58+
59+
- Add testing [`730876e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/730876ec01b64bafaa50d59f119cf63f0ca397e0)
60+
- Add linting [`dabeb22`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/dabeb228a234d3b283ece3c3e5db1990c225f697)
61+
- Prepare for initial release [`b754048`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b754048e41d17ad160859ac33f80f1e638a10fd4)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmiconfig-typescript-loader",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)