Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 29, 2023
1 parent c155cf1 commit 67f7efc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
38 changes: 38 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## 2.0.0

Breaking changes:

* Drop support for NodeJS < v16

Refactor:

* Add entry point in package root

No code:

* Reformat JSDoc comments

Tests:

* Run tests with Jest

Docs:

* Reformat docs + tweaks
* Add section on versioning
* Remove old badges from README
* Reverse order of changelog
* Update license year
* Remove license indentation

Dev:

* Replace JSHint with ESLint
* Use Github Actions for CI
* Update dev dependencies
* Add `package-lock.json`
* Replace `.npmignore` with `files` key in `package.json`
* Update editorconfig
* `.gitattributes` file
* Re-order `.gitignore`

## 1.0.4

* Run Travis CI tests on Node v10
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yauzl-clone",
"version": "1.0.4",
"version": "2.0.0",
"description": "Clone yauzl for patching",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 67f7efc

Please sign in to comment.