Skip to content

Commit 6cff60a

Browse files
committedSep 28, 2022
Release 4.1.1
1 parent 81e1d09 commit 6cff60a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.1.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.1.0...4.1.1)
8+
9+
- build(deps): bump vm2 from 3.9.9 to 3.9.11 [`#49`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/49)
10+
- renovate: enable automerge [`92b87a9`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/92b87a9dbafcfb710784ffe5da793a7a8316107a)
11+
- cicd: set minor as default release. [`5d9559a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5d9559a21ebf6c2fea6466f7b97c2dfe954aa4a0)
12+
713
#### [4.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.0.0...4.1.0)
814

15+
> 15 September 2022
16+
917
- chore(deps): update jest monorepo to v29 (major) [`#48`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/48)
1018
- Configure Renovate [`#44`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/44)
1119
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 [`#40`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/40)

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

0 commit comments

Comments
 (0)
Please sign in to comment.