diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c823db..5bd9364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,23 @@ 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) + +- 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) +- proof that exports are broken [`8a57e3e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8a57e3ee8cb760e089dbffab1185c3e0e790c4e4) +- docs: Rearrange, the old package notice can slowly move on. [`242d85f`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/242d85f36880d19fccdc7d501a4979130f7f4641) + #### [3.1.2](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.1...3.1.2) +> 26 August 2022 + - build(deps-dev): bump eslint from 8.20.0 to 8.21.0 [`#35`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/35) - build(deps): bump codecov/codecov-action from 2 to 3 [`#34`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/34) - build(deps): bump actions/setup-node from 2 to 3 [`#33`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/33) - build(deps): bump actions/checkout from 2 to 3 [`#32`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/32) - chore: bump dependencies [`b0f4bc4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b0f4bc4fd3b67c7af5afdbf42180ece387beb422) +- Release 3.1.2 [`9938cb4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/9938cb428a6ddcccdea6bce2ac2218ba483d2d4d) - cicd: add action checking to dependabot. [`05ee156`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/05ee1566c6ad0f722fd06e53d72b670c0676a8ba) #### [3.1.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.0...3.1.1) diff --git a/package-lock.json b/package-lock.json index 399b54f..715fdc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cosmiconfig-typescript-loader", - "version": "3.1.2", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cosmiconfig-typescript-loader", - "version": "3.1.2", + "version": "4.0.0", "license": "MIT", "devDependencies": { "@types/jest": "^28.1.8", diff --git a/package.json b/package.json index 21b95b7..1a086c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmiconfig-typescript-loader", - "version": "3.1.2", + "version": "4.0.0", "description": "TypeScript loader for cosmiconfig", "author": "Alex Miller ", "license": "MIT",