Skip to content

Commit 159d854

Browse files
chore: Release 3.0.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d22201 commit 159d854

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/gulpjs/default-resolution/compare/v2.0.0...v3.0.0) (2021-12-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Depend on parse-node-version & no longer export nodeVersion from module (closes #7)
9+
* Normalize repository, dropping node <10.13 support (#9)
10+
11+
### Miscellaneous Chores
12+
13+
* Depend on parse-node-version & no longer export nodeVersion from module (closes [#7](https://www.github.com/gulpjs/default-resolution/issues/7)) ([4d22201](https://www.github.com/gulpjs/default-resolution/commit/4d222014b5ae684b6328d11edd3a8ec3d04787e9))
14+
* Normalize repository, dropping node <10.13 support ([#9](https://www.github.com/gulpjs/default-resolution/issues/9)) ([a7b9c22](https://www.github.com/gulpjs/default-resolution/commit/a7b9c22a87ee5935e87bf51651902b09fc39ebeb))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "default-resolution",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Get the default resolution time based on the current node version, optionally overridable",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)