Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit ee35ec2

Browse files
committed
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2020-06-20) ### Bug Fixes * **dependencies:** limit cosmiconfig peer dependency with upper boundary ([ec0c4f2](ec0c4f2))
1 parent ec0c4f2 commit ee35ec2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v1.0.1...v1.0.2) (2020-06-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependencies:** limit cosmiconfig peer dependency with upper boundary ([ec0c4f2](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/commit/ec0c4f2))
7+
18
## [1.0.1](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v1.0.0...v1.0.1) (2019-07-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@endemolshinegroup/cosmiconfig-typescript-loader",
33
"description": "A TypeScript loader for Cosmiconfig",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)