Skip to content

Commit 2b9e934

Browse files
committed
Release 3.1.0
1 parent e0d5b2d commit 2b9e934

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ 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-
#### [3.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.2...3.0.0)
7+
#### [3.1.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/3.0.0...3.1.0)
8+
9+
- build(deps): bump parse-url from 6.0.0 to 6.0.2 [`#31`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/31)
10+
- build(deps-dev): bump eslint-plugin-prettier from 4.1.0 to 4.2.1 [`#30`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/30)
11+
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.0 [`#29`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/29)
12+
- build(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.1.0 [`#28`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/28)
13+
- build(deps-dev): bump release-it from 15.1.0 to 15.1.1 [`#27`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/27)
14+
- chore: bump dependencies [`e0d5b2d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/e0d5b2dc9735b8da4b38aad5fbc5feaa6f3e4f8a)
15+
- build: Change to use esbuild. [`7688e32`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/7688e32b9282b6d1a80c9417b5d53d98591d5f67)
16+
- build(deps-dev): bump @typescript-eslint/eslint-plugin [`482f333`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/482f3333a713802ce1a1b0a4a92f94db904ef2b3)
17+
18+
### [3.0.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/2.0.2...3.0.0)
19+
20+
> 26 June 2022
821
922
- build: Emit both cjs and esm. [`c82787d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/c82787d05160f9ff4442f831f67483f1fac1a004)
1023
- build: move ts-node to peer dependencies. [`1c82fda`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/1c82fdafb5c2601edd789beeb20243c922040ce9)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)