Skip to content

Commit e6133ac

Browse files
committed
Release 4.3.0
1 parent 6e18a83 commit e6133ac

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+
#### [4.3.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.2.0...4.3.0)
8+
9+
- chore(deps): lock file maintenance [`#58`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/58)
10+
- chore(deps): bump root dependencies in package. [`6e18a83`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6e18a83ab6c3ab02bf86dc1411cf13ee32646680)
11+
- chore(deps): update dependency esbuild to ^0.16.0 [`82da489`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/82da4890bed9e026132510a0664694cecf91f1a9)
12+
- chore(deps): update vitest monorepo to ^0.25.0 [`37a3004`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/37a30047620e9fe5826d37ca78e67a958ed8341d)
13+
714
#### [4.2.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.1.1...4.2.0)
815

16+
> 31 October 2022
17+
918
- test: convert tests to use vitest. [`c70ee5e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c70ee5e72751f911d8c51005ce28f0d6162f1db1)
1019
- chore(deps): lock file maintenance [`ff0bc14`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/ff0bc144f31d2ccfeed9b4ae1a80fb47df9ece40)
1120
- chore(deps): lock file maintenance [`0249b27`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/0249b27588642c94064a22a3e401085bda597e9d)

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

0 commit comments

Comments
 (0)