Skip to content

Commit 469e06b

Browse files
committed
Release 5.0.0
1 parent 04f0b04 commit 469e06b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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+
#### [5.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.4.0...5.0.0)
8+
9+
- Add ESM support and change to jiti [`#106`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/106)
10+
- feat(jiti): Move away from ts-node, use jiti [`56f9e65`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/56f9e65e10c190201c896ca5bb55d73d88c36c79)
11+
- feat(esm): Generate esm sources and support `import` [`c879324`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c879324bcaba06ce59d55627e22db4133de266a0)
12+
- feat(esm): Require cosmiconfig 8 and node 16 [`ca6e2da`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/ca6e2da5cadcccb525b4d1df809643c15399342e)
13+
714
#### [4.4.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.3.0...4.4.0)
815

16+
> 25 July 2023
17+
918
- chore(deps): update all non-major dependencies [`#107`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/107)
1019
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#104`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/104)
1120
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#94`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/94)

package-lock.json

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

package.json

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

0 commit comments

Comments
 (0)