Skip to content

Commit

Permalink
chore: Release 2.0.0 (#11)
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 28, 2022
1 parent 079ed3e commit 1070d57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,12 @@
# Changelog

## [2.0.0](https://www.github.com/gulpjs/async-once/compare/v1.0.1...v2.0.0) (2022-06-28)


### ⚠ BREAKING CHANGES

* Normalize repository, dropping node <10.13 support (#10)

### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#10](https://www.github.com/gulpjs/async-once/issues/10)) ([7bcae07](https://www.github.com/gulpjs/async-once/commit/7bcae075f5aa4eb9430a39865f41c531149d6c2a))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "async-once",
"version": "1.0.1",
"version": "2.0.0",
"description": "Guarantee a node-style async function is only executed once.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 1070d57

Please sign in to comment.