Skip to content

Commit

Permalink
chore: update CHANGELOG with 2.0.0 and 2.0.1 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 2, 2019
1 parent 319dd81 commit 33bd9c6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Changes By Version

## [2.0.1](https://github.com/electron/asar/compare/v2.0.0...v2.0.1) - 2019-04-29

### Fixed

* Don't monkeypatch fs with promisified versions ([#176](https://github.com/electron/asar/issues/176)) ([319dd81](https://github.com/electron/asar/commit/319dd81))

## [2.0.0](https://github.com/electron/asar/compare/v1.0.0...v2.0.0) - 2019-04-27

### Removed

* Support for Node < 8 ([#170](https://github.com/electron/asar/issues/170)) ([8a03eae](https://github.com/electron/asar/commit/8a03eae))

## 1.0.0 - 2019-02-19

## Added
### Added

* Promise-based async API (#165)

## Changed
### Changed

* This module requires Node 6 or later (#165)

## Removed
### Removed

* V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability (#165)
* callback-style async API - if you still need to use this style of API, please check out the `nodeify` module (#165)
Expand Down

0 comments on commit 33bd9c6

Please sign in to comment.