Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 19, 2024
1 parent 4305d60 commit 0e2ee56
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

#### [5.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.4.0...5.0.0)
#### [5.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/5.0.0...5.1.0)

- chore(deps): lock file maintenance [`#138`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/138)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#135`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/135)
- chore(deps): update dependency eslint-config-airbnb-typescript to v18 [`#128`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/128)
- chore(deps): update codecov/codecov-action action to v4 [`#126`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/126)
- chore(deps): update all non-major dependencies [`#125`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/125)
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#124`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/124)
- chore(deps): update actions/setup-node action to v4 [`#117`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/117)
- build(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 [`#115`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/115)
- chore(deps): update actions/checkout action to v4 [`#114`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/114)
- chore(deps): update all non-major dependencies [`#108`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/108)
- chore(deps): update dependency prettier to v3 [`#110`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/110)
- chore(deps): update dependency release-it to v17 [`018f59d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/018f59d88fe9dbbea9fe07323dfd215ec3b20141)
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 [`4b609ec`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4b609ec526d47a2e40cd6772accc7d6b135e1090)
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 [`50d8917`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/50d891710f44a17dd7486697943a77f1d2148695)

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

> 25 July 2023
- Add ESM support and change to jiti [`#106`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/106)
- feat(jiti): Move away from ts-node, use jiti [`56f9e65`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/56f9e65e10c190201c896ca5bb55d73d88c36c79)
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": "5.0.0",
"version": "5.1.0",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0e2ee56

Please sign in to comment.