Skip to content

Commit

Permalink
Docs: Reverse order of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 29, 2023
1 parent ef48efd commit 9885f28
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Changelog

## 1.0.0
## 1.0.4

* Initial release
* Run Travis CI tests on Node v10
* Update dev dependencies

## 1.0.1
## 1.0.3

* Fix: `.patch` method maintain `this` context in method calls
* README update
* README typo
* `.clone()` with `subclassZipFile` option forward all events to subclass instance
* Fix: Changelog
* Fix: README typo
* README formatting

## 1.0.2

* Fix: `.clone()` with `subclassZipFile` option breaks `lazyEntries: false` (closes #1)
* Remove unnecessary instanceof checks in patchers

## 1.0.3
## 1.0.1

* `.clone()` with `subclassZipFile` option forward all events to subclass instance
* Fix: Changelog
* Fix: README typo
* README formatting
* Fix: `.patch` method maintain `this` context in method calls
* README update
* README typo

## 1.0.4
## 1.0.0

* Run Travis CI tests on Node v10
* Update dev dependencies
* Initial release

0 comments on commit 9885f28

Please sign in to comment.