Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Nov 30, 2021
1 parent 66638c3 commit 67ac475
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 4 deletions.
54 changes: 53 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@ All notable changes to this project will be documented in this file. Dates are d

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

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

- fix: releases now use whole git history for changelog generation [`66638c3`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/66638c39605b34af035eb4b803dba425ab177b16)

#### [0.0.8](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.7...0.0.8)

> 30 November 2021
- Release 0.0.8 [`342a5ff`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/342a5ffe003a9e8cd07d820b662d6d6048510641)
- repo: Restore changelog and add repo details [`8b8b051`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8b8b051c8cb0511c3f2e8a0cd4449b4fbff59477)
- ide: add recommended extensions list [`a22a6e8`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a22a6e82c5f2c1ef228e693b08dda63b179e211c)

#### [0.0.7](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.6...0.0.7)

> 30 November 2021
- Release 0.0.7 [`a02f945`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a02f9453aa1816b1fd1ed2c3fc1bed308ee67917)
- cicd: Perform codecov submission after release version bump [`55cdfa5`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/55cdfa5faea363b2251429bf651a9dd0fe0d2b27)

#### [0.0.6](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.5...0.0.6)

> 30 November 2021
- Debug codecov action. [`b14497b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b14497b1cb49a7745995e13d78f8f1dbf0b05b9a)
- Release 0.0.6 [`a4e6d7e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e6d7e6eb1a887da4c2efb2ba9514d6121a20e6)
- Add code coverage reporting [`672410b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/672410b1cf3c4662350b25bbc40745f51eb012a6)

#### [0.0.5](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.4...0.0.5)

> 30 November 2021
- Release 0.0.5 [`42277da`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/42277dad6bc969345130f044fe1c182eb264bfe8)

#### [0.0.4](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.3...0.0.4)

> 30 November 2021
- Enable testing, linting, style, on release. [`f74f985`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/f74f98534ba04557f2355a56034cf8008bf8c8fe)
- Release 0.0.4 [`4d6b7d6`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4d6b7d635240e0dc03461004dab1cda0e6446bbd)
- Configure release git user [`5ddd76b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5ddd76bc6be379a6409bb6c41e1bf8f45aa2dc8d)

#### [0.0.3](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/0.0.2...0.0.3)

> 30 November 2021
- Release 0.0.3 [`420c84a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/420c84a0f3173ca1217e977d1c7bc3af997e710d)
- Commit changelog [`e412c0b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/e412c0b29dd903d266b9e527705b06ddeedcf15d)

#### 0.0.2

> 30 November 2021
- Add testing [`730876e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/730876ec01b64bafaa50d59f119cf63f0ca397e0)
- Add linting [`dabeb22`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/dabeb228a234d3b283ece3c3e5db1990c225f697)
- Prepare for initial release [`b754048`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b754048e41d17ad160859ac33f80f1e638a10fd4)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig-typescript-loader",
"version": "0.0.8",
"version": "0.0.9",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 67ac475

Please sign in to comment.