Skip to content

Commit 363a062

Browse files
committed
Release 4.2.0
1 parent 68871b3 commit 363a062

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,10 +4,19 @@ 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.2.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.1.1...4.2.0)
8+
9+
- test: convert tests to use vitest. [`c70ee5e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c70ee5e72751f911d8c51005ce28f0d6162f1db1)
10+
- chore(deps): lock file maintenance [`ff0bc14`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/ff0bc144f31d2ccfeed9b4ae1a80fb47df9ece40)
11+
- chore(deps): lock file maintenance [`0249b27`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/0249b27588642c94064a22a3e401085bda597e9d)
12+
713
#### [4.1.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.1.0...4.1.1)
814

15+
> 28 September 2022
16+
917
- build(deps): bump vm2 from 3.9.9 to 3.9.11 [`#49`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/49)
1018
- renovate: enable automerge [`92b87a9`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/92b87a9dbafcfb710784ffe5da793a7a8316107a)
19+
- Release 4.1.1 [`6cff60a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6cff60a8b688ddcfcf4017d28dc52437ddbc67b4)
1120
- cicd: set minor as default release. [`5d9559a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5d9559a21ebf6c2fea6466f7b97c2dfe954aa4a0)
1221

1322
#### [4.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.0.0...4.1.0)

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

0 commit comments

Comments
 (0)