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

Commit 4d67914

Browse files
committed
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2020-06-20) ### Build System * change minimum supported Node version ([c450d41](c450d41)) ### BREAKING CHANGES * change minimum supported version of Node to v10
1 parent c450d41 commit 4d67914

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+
# [3.0.0](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v2.0.0...v3.0.0) (2020-06-20)
2+
3+
4+
### Build System
5+
6+
* change minimum supported Node version ([c450d41](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/commit/c450d41))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* change minimum supported version of Node to v10
12+
113
# [2.0.0](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v1.0.2...v2.0.0) (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": "2.0.0",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)