Skip to content

Commit 2d95b52

Browse files
chore: Release 2.0.0 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 989d9e9 commit 2d95b52

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [2.0.0](https://www.github.com/gulpjs/undertaker/compare/v1.3.0...v2.0.0) (2024-03-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Stop inspecting UNDERTAKER_TIME_RESOLUTION environment variable (#98)
9+
* Normalize repository, dropping node <10.13 support (#97)
10+
11+
### Features
12+
13+
* Attach properties to missing task error ([#102](https://www.github.com/gulpjs/undertaker/issues/102)) ([989d9e9](https://www.github.com/gulpjs/undertaker/commit/989d9e90bd65f50b54c89ab2e62a628db6af1c47))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* 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))
19+
* 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))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undertaker",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Task registry that allows composition through series/parallel methods.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)