Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 2.0.0 #101

Merged
merged 1 commit into from Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -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))
2 changes: 1 addition & 1 deletion package.json
@@ -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 <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down