Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jul 25, 2023
1 parent 2256e98 commit fbea639
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.4.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.3.0...4.4.0)

- chore(deps): update all non-major dependencies [`#107`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/107)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#104`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/104)
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#94`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/94)
- build(deps): bump vm2 from 3.9.16 to 3.9.17 [`#92`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/92)
- build(deps): bump vm2 from 3.9.15 to 3.9.16 [`#91`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/91)
- build(deps): bump vm2 from 3.9.14 to 3.9.15 [`#90`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/90)
- Revert to jest [`#83`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/83)
- build(deps): bump cacheable-request from 10.2.5 to 10.2.7 [`#81`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/81)
- chore(deps): lock file maintenance [`#72`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/72)
- chore(deps): update vitest monorepo to ^0.28.0 [`#71`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/71)
- test: rever to jest to test cjs/require things [`26e9bf4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/26e9bf421029c1ccbfa13cc482f98bf72651998f)
- chore(deps): update dependency esbuild to ^0.17.0 [`7a951f4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/7a951f4b9325024d53cf51c8f4e751fec2f769fd)
- test: use @swc instead of ts-jest [`8058bac`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8058bac377d686984e57a4929f8effd3d354b9e4)

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

> 11 December 2022
- chore(deps): lock file maintenance [`#58`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/58)
- chore(deps): bump root dependencies in package. [`6e18a83`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6e18a83ab6c3ab02bf86dc1411cf13ee32646680)
- chore(deps): update dependency esbuild to ^0.16.0 [`82da489`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/82da4890bed9e026132510a0664694cecf91f1a9)
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.3.0",
"version": "4.4.0",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit fbea639

Please sign in to comment.