Skip to content

Commit 0e2ee56

Browse files
committed
Release 5.1.0
1 parent 4305d60 commit 0e2ee56

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ 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)
7+
#### [5.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/5.0.0...5.1.0)
8+
9+
- chore(deps): lock file maintenance [`#138`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/138)
10+
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#135`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/135)
11+
- chore(deps): update dependency eslint-config-airbnb-typescript to v18 [`#128`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/128)
12+
- chore(deps): update codecov/codecov-action action to v4 [`#126`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/126)
13+
- chore(deps): update all non-major dependencies [`#125`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/125)
14+
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#124`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/124)
15+
- chore(deps): update actions/setup-node action to v4 [`#117`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/117)
16+
- build(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 [`#115`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/115)
17+
- chore(deps): update actions/checkout action to v4 [`#114`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/114)
18+
- chore(deps): update all non-major dependencies [`#108`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/108)
19+
- chore(deps): update dependency prettier to v3 [`#110`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/110)
20+
- chore(deps): update dependency release-it to v17 [`018f59d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/018f59d88fe9dbbea9fe07323dfd215ec3b20141)
21+
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 [`4b609ec`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4b609ec526d47a2e40cd6772accc7d6b135e1090)
22+
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 [`50d8917`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/50d891710f44a17dd7486697943a77f1d2148695)
23+
24+
### [5.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.4.0...5.0.0)
25+
26+
> 25 July 2023
827
928
- Add ESM support and change to jiti [`#106`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/106)
1029
- feat(jiti): Move away from ts-node, use jiti [`56f9e65`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/56f9e65e10c190201c896ca5bb55d73d88c36c79)

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

0 commit comments

Comments
 (0)