Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed May 28, 2022
1 parent 92168f9 commit a5d9bef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ 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).

#### [2.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.9...2.0.0)
#### [2.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.0...2.0.1)

- build(deps-dev): bump release-it from 14.14.2 to 15.0.0 [`#25`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/25)
- chore: bump dependencies [`a4e62ce`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a4e62ceb1c66f26b654f80c311351a620c489aa9)
- build: improve how the tsconfig is handled for builds to better handle test ts checking. [`6bb8618`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6bb8618e90a9580b1324c2ef91667a4eb31416c3)
- cicd: test against LTS node versions, drop 12, add 18. [`92168f9`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/92168f9b6d5abd6b4c9f8b4939852c6ca84009b1)

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

> 29 April 2022
- Update loader.ts [`#24`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/24)
- chore: bump dependencies [`c049172`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c04917270b448452b2af21d092aa946b8e5f0b40)
- chore: Add tests to confirm the number of calls ro register [`f0e7dd0`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/f0e7dd096a8a484294a96681d5ae2717c76edc48)
- chore: upgrade the tests for ts-node error handling [`5e4d4fb`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/5e4d4fbd1c78b8590c6c576150b2ac64d8a945f7)
- Release 2.0.0 [`48db861`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/48db86150b64fbac81d826dc0fd3bda5c0ca7fda)

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

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": "2.0.0",
"version": "2.0.1",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a5d9bef

Please sign in to comment.