Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [2.0.0](https://www.github.com/gulpjs/hacker/compare/v1.2.0...v2.0.0) (2022-06-29)


### ⚠ BREAKING CHANGES

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

### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#3](https://www.github.com/gulpjs/hacker/issues/3)) ([ca5115e](https://www.github.com/gulpjs/hacker/commit/ca5115eb5b7f1502b6b5f32ff8f42d991903cebf))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hacker",
"version": "1.2.0",
"version": "2.0.0",
"description": "Hack on your project easily. A liftoff proof-of-concept.",
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
"contributors": [
Expand Down