Skip to content

Commit 3530196

Browse files
committed
chore(release): 4.0.1
1 parent 9f1d12f commit 3530196

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [4.0.1](https://github.com/warapitiya/gulp-yarn/compare/v4.0.0...v4.0.1) (2023-07-18)
6+
7+
8+
### Bug Fixes
9+
10+
* refactor args formatting ([#52](https://github.com/warapitiya/gulp-yarn/issues/52)) ([9f1d12f](https://github.com/warapitiya/gulp-yarn/commit/9f1d12f3737af1a172d9e683bb7c2f2aeb9c8ce6))
11+
512
## [4.0.0](https://github.com/warapitiya/gulp-yarn/compare/v3.0.0...v4.0.0) (2022-10-23)
613

714

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "gulp-yarn",
33
"type": "commonjs",
4-
"version": "4.0.0",
5-
"private": false,
4+
"version": "4.0.1",
65
"description": "Automatically install node modules using Yarn.",
76
"author": "Malindu Warapitiya <warapitiya93@gmail.com>",
87
"license": "MIT",

0 commit comments

Comments
 (0)