diff --git a/changelog.md b/changelog.md index f89166e..56481bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,53 @@ # Changelog +## 2.0.0 + +Breaking changes: + +* Drop support for NodeJS < v16 + +Bug fixes: + +* Call `open` callback before reading first entry + +Refactor: + +* Add entry point in package root + +Dependencies: + +* Update dependencies +* Update `@overlookmotel/yauzl` dependency + +No code: + +* Refactor + code comments +* Fix code comment typo + +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.0 * Initial release diff --git a/package-lock.json b/package-lock.json index 18f31af..2b5c904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yauzl-mac", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yauzl-mac", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@overlookmotel/yauzl": "^3.1.0", diff --git a/package.json b/package.json index c3db48b..0f9b3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yauzl-mac", - "version": "1.0.0", + "version": "2.0.0", "description": "Unzipping with yauzl with added support for Mac OS Archive Utility ZIP files", "main": "index.js", "files": [