Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Aug 26, 2022
1 parent 242d85f commit 6a5b771
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "3.1.2",
"version": "4.0.0",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 6a5b771

Please sign in to comment.