Skip to content

Commit 2e04338

Browse files
committed
Release 1.0.7
1 parent 076611a commit 2e04338

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,28 @@ 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+
#### [1.0.7](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.6...1.0.7)
8+
9+
- build(deps): bump minimist from 1.2.5 to 1.2.6 [`#23`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/23)
10+
- build(deps-dev): bump eslint from 8.10.0 to 8.12.0 [`#22`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/22)
11+
- build(deps-dev): bump release-it from 14.12.5 to 14.14.0 [`#21`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/21)
12+
- build(deps): bump ts-node from 10.6.0 to 10.7.0 [`#20`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/20)
13+
- build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 [`#19`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/19)
14+
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 [`#18`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/18)
15+
- build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#17`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/17)
16+
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.17.0 [`#16`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/16)
17+
- build(deps-dev): bump prettier from 2.5.1 to 2.6.1 [`#15`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/15)
18+
- build(deps-dev): bump eslint-config-airbnb-typescript from 16.1.0 to 16.2.0 [`#14`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/14)
19+
- build(deps-dev): bump typescript from 4.6.2 to 4.6.3 [`#13`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/13)
20+
- build(deps-dev): bump @typescript-eslint/eslint-plugin [`dba4512`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/dba4512322cf5245769acc1aa82a62584a138d94)
21+
- build(deps-dev): bump eslint-config-airbnb-typescript [`a8b2134`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a8b2134f19d655e9164088894d5e6b1c66be610c)
22+
723
#### [1.0.6](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.5...1.0.6)
824

25+
> 1 March 2022
26+
927
- chore: bump dependencies [`7810d0d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/7810d0d367ec8a5ae6b5e27dcb182b176714c7f7)
28+
- Release 1.0.6 [`2d2bc6f`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/2d2bc6f3d35cbb8485f5b9b9a0183dd24622e76b)
1029
- repo: remove extraneous install of npm 8. [`4ef1bd3`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4ef1bd39be6e8f7f2b3fc604ee9726b0969524de)
1130

1231
#### [1.0.5](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.4...1.0.5)

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)