Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Sep 15, 2022
1 parent b19da1a commit fd8ef58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- chore(deps): update jest monorepo to v29 (major) [`#48`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/48)
- Configure Renovate [`#44`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/44)
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 [`#40`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/40)
- chore(deps): bump dependencies. [`b19da1a`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b19da1ad80708cf44d32baa95f8043fb55e12e40)
- chore(deps): update jest monorepo to v29 [`a8e1d57`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a8e1d57ccc66a8795a6ee4a0f18f687899ece740)
- cicd: use renovate instead of dependabot. [`c7ca9dc`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c7ca9dc7fc9c200fdabf6b8e488219aa2d7d99cd)

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

> 26 August 2022
- replace default export with a named export [`#37`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/37)
- test: Add simple pass log, handle the unhandled rejection case. [`d855daa`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/d855daa18591296237d95d635c5a4b79197278d9)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig-typescript-loader",
"version": "4.0.0",
"version": "4.1.0",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit fd8ef58

Please sign in to comment.