Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warapitiya committed Oct 23, 2022
1 parent 465e3fa commit f39b981
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0](https://github.com/warapitiya/gulp-yarn/compare/v3.0.0...v4.0.0) (2022-10-23)


### Features

* support typescript ([#48](https://github.com/warapitiya/gulp-yarn/issues/48)) ([b18e52e](https://github.com/warapitiya/gulp-yarn/commit/b18e52e27ab958316a107d38a522396f8a9da66d))


### Bug Fixes

* default export to support commonjs ([dc4fcb6](https://github.com/warapitiya/gulp-yarn/commit/dc4fcb6c858024a6359a7b6acf28fe5624405dcf))

## [3.0.0](https://github.com/warapitiya/gulp-yarn/compare/v2.0.0-beta.2...v3.0.0) (2021-03-03)


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": "gulp-yarn",
"type": "commonjs",
"version": "3.0.0",
"version": "4.0.0",
"private": false,
"description": "Automatically install node modules using Yarn.",
"author": "Malindu Warapitiya <[email protected]>",
Expand Down

0 comments on commit f39b981

Please sign in to comment.