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

Commit 7983457

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.2...v2.0.0) (2020-06-20) ### Features * **deps:** update `cosmiconfig` ([dc9a903](dc9a903)) ### BREAKING CHANGES * **deps:** `cosmiconfig` API has changed in latest version
1 parent dc9a903 commit 7983457

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v1.0.2...v2.0.0) (2020-06-20)
2+
3+
4+
### Features
5+
6+
* **deps:** update `cosmiconfig` ([dc9a903](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/commit/dc9a903))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** `cosmiconfig` API has changed in latest version
12+
113
## [1.0.2](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v1.0.1...v1.0.2) (2020-06-20)
214

315

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.2",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)