Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jul 25, 2023
1 parent 04f0b04 commit 469e06b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [5.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.4.0...5.0.0)

- Add ESM support and change to jiti [`#106`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/106)
- feat(jiti): Move away from ts-node, use jiti [`56f9e65`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/56f9e65e10c190201c896ca5bb55d73d88c36c79)
- feat(esm): Generate esm sources and support `import` [`c879324`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c879324bcaba06ce59d55627e22db4133de266a0)
- feat(esm): Require cosmiconfig 8 and node 16 [`ca6e2da`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/ca6e2da5cadcccb525b4d1df809643c15399342e)

#### [4.4.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.3.0...4.4.0)

> 25 July 2023
- chore(deps): update all non-major dependencies [`#107`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/107)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#104`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/104)
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#94`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/94)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig-typescript-loader",
"version": "4.4.0",
"version": "5.0.0",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 469e06b

Please sign in to comment.