Skip to content

Commit 431cf71

Browse files
committed
Release 2.0.2
1 parent 960e54b commit 431cf71

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ 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.2](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.1...2.0.2)
8+
9+
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.26.0 to 5.27.0 [`#26`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/26)
10+
- chore: bump dependencies [`960e54b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/960e54b13fe638eae0ba430dfa840ef421eacea2)
11+
- build(deps-dev): bump @typescript-eslint/eslint-plugin [`1703811`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/17038118815326055f5fa9a915f63205cc3e4c38)
12+
713
#### [2.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.0...2.0.1)
814

15+
> 28 May 2022
16+
917
- build(deps-dev): bump release-it from 14.14.2 to 15.0.0 [`#25`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/25)
1018
- chore: bump dependencies [`a4e62ce`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e62ceb1c66f26b654f80c311351a620c489aa9)
1119
- 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)
20+
- Release 2.0.1 [`a5d9bef`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a5d9bef3cf665dab1f9cea1b2bb152027be0d674)
1321

1422
### [2.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.9...2.0.0)
1523

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

0 commit comments

Comments
 (0)