From 7b7509c49e63f6afcdca246aae5e41402c510099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 04:31:31 +0000 Subject: [PATCH] chore: release 1.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..cdfad9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.0.0](https://www.github.com/gulpjs/rechoir/compare/v0.7.1...v1.0.0) (2021-07-24) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#40) + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#40](https://www.github.com/gulpjs/rechoir/issues/40)) ([00f5968](https://www.github.com/gulpjs/rechoir/commit/00f59689d0eb9668d939a85e06428a0906587a6f)) diff --git a/package.json b/package.json index 84249e8..80c92fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rechoir", - "version": "0.7.1", + "version": "1.0.0", "description": "Prepare a node environment to require files with different extensions.", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [