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

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
esg-bot committed Sep 5, 2020
1 parent 8220713 commit b4807f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.2](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v3.0.1...v3.0.2) (2020-09-05)


### Bug Fixes

* 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)
* 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)

## [3.0.1](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/compare/v3.0.0...v3.0.1) (2020-09-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@endemolshinegroup/cosmiconfig-typescript-loader",
"description": "A TypeScript loader for Cosmiconfig",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b4807f9

Please sign in to comment.