diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdcffa..6cf632f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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). -#### [6.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/5.1.0...6.0.0) +#### [6.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/6.0.0...6.1.0) + +- chore(deps): update all non-major dependencies [`#156`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/156) +- chore(deps): update node.js to v22 [`#153`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/153) +- chore(deps): update codecov/codecov-action action to v5 [`#157`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/157) +- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 [`#155`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/155) +- build(deps): bump @eslint/plugin-kit from 0.2.1 to 0.2.3 [`#154`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/154) +- chore: update lint finding [`0de32d9`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/0de32d9205d7317e26d6ea7fa62c28189ba5b5fe) +- chore(deps): update dependency node to v22 [`3e5f863`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/3e5f86305d3e2358e6bc5367d7b8b3f8add17489) + +### [6.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/5.1.0...6.0.0) + +> 19 October 2024 - chore(deps): lock file maintenance [`#151`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/151) - chore(deps): update all non-major dependencies [`#150`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/150) diff --git a/package.json b/package.json index 9dd8dfb..7f16470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmiconfig-typescript-loader", - "version": "6.0.0", + "version": "6.1.0", "description": "TypeScript loader for cosmiconfig", "author": "Alex Miller ", "license": "MIT",