Skip to content

Commit 878f48e

Browse files
chore: Release 2.0.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96fd589 commit 878f48e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/gulpjs/last-run/compare/v1.1.1...v2.0.0) (2022-01-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Normalize repository, dropping node <10.13 support (#8)
9+
10+
### Features
11+
12+
* Remove default-resolution dependency since platform has consistent resolution ([50a17d8](https://github.com/gulpjs/last-run/commit/50a17d874923dafc5c00fbfff23c935424c79df0))
13+
* Support non-extensible functions by removing WeakMap shim ([50a17d8](https://github.com/gulpjs/last-run/commit/50a17d874923dafc5c00fbfff23c935424c79df0))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Normalize repository, dropping node <10.13 support ([#8](https://github.com/gulpjs/last-run/issues/8)) ([50a17d8](https://github.com/gulpjs/last-run/commit/50a17d874923dafc5c00fbfff23c935424c79df0))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "last-run",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Capture and retrieve the last time a function was run",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)