Skip to content

Commit 48db861

Browse files
committed
Release 2.0.0
1 parent c049172 commit 48db861

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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)
8+
9+
- Update loader.ts [`#24`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/24)
10+
- chore: bump dependencies [`c049172`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c04917270b448452b2af21d092aa946b8e5f0b40)
11+
- 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)
13+
714
#### [1.0.9](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.8...1.0.9)
815

16+
> 4 April 2022
17+
18+
- Release 1.0.9 [`57d024f`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/57d024f1dafd9a5bb6d29f99602cbf771d227747)
19+
920
#### [1.0.8](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.7...1.0.8)
1021

1122
> 4 April 2022

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)