Skip to content

Commit a5d9bef

Browse files
committed
Release 2.0.1
1 parent 92168f9 commit a5d9bef

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ 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-
#### [2.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.9...2.0.0)
7+
#### [2.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.0...2.0.1)
8+
9+
- build(deps-dev): bump release-it from 14.14.2 to 15.0.0 [`#25`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/25)
10+
- chore: bump dependencies [`a4e62ce`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e62ceb1c66f26b654f80c311351a620c489aa9)
11+
- build: improve how the tsconfig is handled for builds to better handle test ts checking. [`6bb8618`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6bb8618e90a9580b1324c2ef91667a4eb31416c3)
12+
- cicd: test against LTS node versions, drop 12, add 18. [`92168f9`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/92168f9b6d5abd6b4c9f8b4939852c6ca84009b1)
13+
14+
### [2.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.9...2.0.0)
15+
16+
> 29 April 2022
817
918
- Update loader.ts [`#24`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/24)
1019
- chore: bump dependencies [`c049172`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c04917270b448452b2af21d092aa946b8e5f0b40)
1120
- chore: Add tests to confirm the number of calls ro register [`f0e7dd0`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/f0e7dd096a8a484294a96681d5ae2717c76edc48)
12-
- chore: upgrade the tests for ts-node error handling [`5e4d4fb`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5e4d4fbd1c78b8590c6c576150b2ac64d8a945f7)
21+
- Release 2.0.0 [`48db861`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/48db86150b64fbac81d826dc0fd3bda5c0ca7fda)
1322

1423
#### [1.0.9](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.8...1.0.9)
1524

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)