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

Commit b4807f9

Browse files
committed
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2020-09-05) ### Bug Fixes * remove `yarn` from `engines` declarations ([26e9aec](26e9aec)), closes [#77](#77) * use valid version of Yarn in `engines` ([09983de](09983de)), closes [#77](#77)
1 parent 8220713 commit b4807f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.2](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v3.0.1...v3.0.2) (2020-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove `yarn` from `engines` declarations ([26e9aec](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/commit/26e9aec31b0465ab65568c1b192376c84be4fd41)), closes [#77](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/77)
7+
* use valid version of Yarn in `engines` ([09983de](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/commit/09983de925080107f4a90e822b3dca6a79fc9b56)), closes [#77](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/77)
8+
19
## [3.0.1](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v3.0.0...v3.0.1) (2020-09-04)
210

311

package.json

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

0 commit comments

Comments
 (0)