Skip to content

Commit

Permalink
chore: Release 3.0.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 25, 2022
1 parent 92ae356 commit 6036d78
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
# Changelog

## [3.0.0](https://www.github.com/gulpjs/now-and-later/compare/v2.0.1...v3.0.0) (2022-06-25)


### ⚠ BREAKING CHANGES

* Rename extensions to options and allow other configuration passed
* Normalize repository, dropping node <10.13 support (#18)

### Features

* Allow max concurrency for parallel map with option ([#15](https://www.github.com/gulpjs/now-and-later/issues/15)) ([92ae356](https://www.github.com/gulpjs/now-and-later/commit/92ae356741c0591fca8752f195094657e21108c3))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#18](https://www.github.com/gulpjs/now-and-later/issues/18)) ([7dc89e9](https://www.github.com/gulpjs/now-and-later/commit/7dc89e93acae6c7a97447d8a5322043c26483631))
* Rename extensions to options and allow other configuration passed ([92ae356](https://www.github.com/gulpjs/now-and-later/commit/92ae356741c0591fca8752f195094657e21108c3))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "now-and-later",
"version": "2.0.1",
"version": "3.0.0",
"description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 6036d78

Please sign in to comment.