Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 227ce8c

Browse files
committedJun 26, 2022
Release 3.0.0
1 parent 1c82fda commit 227ce8c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +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+
#### [3.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.2...3.0.0)
8+
9+
- build: Emit both cjs and esm. [`c82787d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c82787d05160f9ff4442f831f67483f1fac1a004)
10+
- build: move ts-node to peer dependencies. [`1c82fda`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/1c82fdafb5c2601edd789beeb20243c922040ce9)
11+
- chore: Remove deprecated method. [`079cf2b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/079cf2b0a326d81b9e175b85168655cadd5100b0)
12+
713
#### [2.0.2](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.1...2.0.2)
814

15+
> 22 June 2022
16+
917
- 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)
1018
- chore: bump dependencies [`960e54b`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/960e54b13fe638eae0ba430dfa840ef421eacea2)
1119
- build(deps-dev): bump @typescript-eslint/eslint-plugin [`1703811`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/17038118815326055f5fa9a915f63205cc3e4c38)
20+
- Release 2.0.2 [`431cf71`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/431cf714fab8f941ae0cac6fdd47cf8e350cd52d)
1221

1322
#### [2.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.0...2.0.1)
1423

‎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.2",
3+
"version": "3.0.0",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <codex.nz@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.