-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
989d9e9
commit 2d95b52
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://www.github.com/gulpjs/undertaker/compare/v1.3.0...v2.0.0) (2024-03-22) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Stop inspecting UNDERTAKER_TIME_RESOLUTION environment variable (#98) | ||
* Normalize repository, dropping node <10.13 support (#97) | ||
|
||
### Features | ||
|
||
* Attach properties to missing task error ([#102](https://www.github.com/gulpjs/undertaker/issues/102)) ([989d9e9](https://www.github.com/gulpjs/undertaker/commit/989d9e90bd65f50b54c89ab2e62a628db6af1c47)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Normalize repository, dropping node <10.13 support ([#97](https://www.github.com/gulpjs/undertaker/issues/97)) ([b270c28](https://www.github.com/gulpjs/undertaker/commit/b270c2852c8398c26f1ac5b1fb80cd6e2aebdf89)) | ||
* Stop inspecting UNDERTAKER_TIME_RESOLUTION environment variable ([#98](https://www.github.com/gulpjs/undertaker/issues/98)) ([e255fc7](https://www.github.com/gulpjs/undertaker/commit/e255fc7c9be27d11dc8a711a3f15e058040e712c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "undertaker", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Task registry that allows composition through series/parallel methods.", | ||
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)", | ||
"contributors": [ | ||
|