From 666f1c0ed78bd6afac828422288724778af6515d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:35:33 +0000 Subject: [PATCH] chore: release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e1e85bd --- /dev/null +++ b/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)) diff --git a/package.json b/package.json index 23ee92a..ba2794d 100644 --- a/package.json +++ b/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 (https://gulpjs.com/)", "contributors": [