Skip to content

Commit fd8ef58

Browse files
committed
Release 4.1.0
1 parent b19da1a commit fd8ef58

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ 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-
#### [4.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.2...4.0.0)
7+
#### [4.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.0.0...4.1.0)
8+
9+
- chore(deps): update jest monorepo to v29 (major) [`#48`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/48)
10+
- Configure Renovate [`#44`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/44)
11+
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 [`#40`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/40)
12+
- chore(deps): bump dependencies. [`b19da1a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b19da1ad80708cf44d32baa95f8043fb55e12e40)
13+
- chore(deps): update jest monorepo to v29 [`a8e1d57`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a8e1d57ccc66a8795a6ee4a0f18f687899ece740)
14+
- cicd: use renovate instead of dependabot. [`c7ca9dc`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c7ca9dc7fc9c200fdabf6b8e488219aa2d7d99cd)
15+
16+
### [4.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.2...4.0.0)
17+
18+
> 26 August 2022
819
920
- replace default export with a named export [`#37`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/37)
1021
- test: Add simple pass log, handle the unhandled rejection case. [`d855daa`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/d855daa18591296237d95d635c5a4b79197278d9)

Diff for: package-lock.json

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

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

0 commit comments

Comments
 (0)