Skip to content

Commit 8b8b051

Browse files
committed
repo: Restore changelog and add repo details
1 parent a22a6e8 commit 8b8b051

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@ 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.7
7+
#### [0.0.7](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.6...0.0.7)
88

9+
> 30 November 2021
10+
11+
- Release 0.0.7 [`a02f945`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a02f9453aa1816b1fd1ed2c3fc1bed308ee67917)
912
- cicd: Perform codecov submission after release version bump [`55cdfa5`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/55cdfa5faea363b2251429bf651a9dd0fe0d2b27)
13+
14+
#### [0.0.6](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.5...0.0.6)
15+
16+
> 30 November 2021
17+
18+
- Debug codecov action. [`b14497b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b14497b1cb49a7745995e13d78f8f1dbf0b05b9a)
19+
- Release 0.0.6 [`a4e6d7e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e6d7e6eb1a887da4c2efb2ba9514d6121a20e6)
20+
- Add code coverage reporting [`672410b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/672410b1cf3c4662350b25bbc40745f51eb012a6)
21+
22+
#### [0.0.5](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.4...0.0.5)
23+
24+
> 30 November 2021
25+
26+
- Release 0.0.5 [`42277da`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/42277dad6bc969345130f044fe1c182eb264bfe8)
27+
28+
#### [0.0.4](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.3...0.0.4)
29+
30+
> 30 November 2021
31+
32+
- Enable testing, linting, style, on release. [`f74f985`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/f74f98534ba04557f2355a56034cf8008bf8c8fe)
33+
- Release 0.0.4 [`4d6b7d6`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4d6b7d635240e0dc03461004dab1cda0e6446bbd)
34+
- Configure release git user [`5ddd76b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5ddd76bc6be379a6409bb6c41e1bf8f45aa2dc8d)
35+
36+
#### [0.0.3](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.2...0.0.3)
37+
38+
> 30 November 2021
39+
40+
- Release 0.0.3 [`420c84a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/420c84a0f3173ca1217e977d1c7bc3af997e710d)
41+
- Commit changelog [`e412c0b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/e412c0b29dd903d266b9e527705b06ddeedcf15d)
42+
43+
#### 0.0.2
44+
45+
> 30 November 2021
46+
47+
- Add testing [`730876e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/730876ec01b64bafaa50d59f119cf63f0ca397e0)
48+
- Add linting [`dabeb22`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/dabeb228a234d3b283ece3c3e5db1990c225f697)
49+
- Prepare for initial release [`b754048`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b754048e41d17ad160859ac33f80f1e638a10fd4)

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"files": [
1010
"dist/**/*"
1111
],
12+
"homepage": "https://github.com/Codex-/cosmiconfig-typescript-loader",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/Codex-/cosmiconfig-typescript-loader.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/Codex-/cosmiconfig-typescript-loader/issues"
19+
},
1220
"scripts": {
1321
"build": "tsc",
1422
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"",

0 commit comments

Comments
 (0)