Skip to content

Commit 6a5b771

Browse files
committed
Release 4.0.0
1 parent 242d85f commit 6a5b771

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [4.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.2...4.0.0)
8+
9+
- replace default export with a named export [`#37`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/37)
10+
- test: Add simple pass log, handle the unhandled rejection case. [`d855daa`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/d855daa18591296237d95d635c5a4b79197278d9)
11+
- proof that exports are broken [`8a57e3e`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8a57e3ee8cb760e089dbffab1185c3e0e790c4e4)
12+
- docs: Rearrange, the old package notice can slowly move on. [`242d85f`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/242d85f36880d19fccdc7d501a4979130f7f4641)
13+
714
#### [3.1.2](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.1...3.1.2)
815

16+
> 26 August 2022
17+
918
- build(deps-dev): bump eslint from 8.20.0 to 8.21.0 [`#35`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/35)
1019
- build(deps): bump codecov/codecov-action from 2 to 3 [`#34`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/34)
1120
- build(deps): bump actions/setup-node from 2 to 3 [`#33`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/33)
1221
- build(deps): bump actions/checkout from 2 to 3 [`#32`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/32)
1322
- chore: bump dependencies [`b0f4bc4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/b0f4bc4fd3b67c7af5afdbf42180ece387beb422)
23+
- Release 3.1.2 [`9938cb4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/9938cb428a6ddcccdea6bce2ac2218ba483d2d4d)
1424
- cicd: add action checking to dependabot. [`05ee156`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/05ee1566c6ad0f722fd06e53d72b670c0676a8ba)
1525

1626
#### [3.1.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.1.0...3.1.1)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmiconfig-typescript-loader",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)