Skip to content

Commit

Permalink
prepare changelog for 4.0.3 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored Feb 21, 2018
1 parent f99150e commit 3a573aa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [4.0.3] - 2018-02-21

### Changed
* Update `ts-node` to `^5.0.0` (@zixia)
* Update `standard` to `^11.0.0` (@ralphtheninja)

### Fixed
* Remove invalid TypeScript from `Batch` (@Tapppi)
* Add JSDoc to incorrectly inferred TypeScript types (@Tapppi)

## [4.0.2] - 2018-02-09

### Fixed
Expand Down Expand Up @@ -533,7 +543,8 @@ No changes. Merely published changes made in `0.8.1`.

First release. :seedling:

[Unreleased]: https://github.com/level/abstract-leveldown/compare/v4.0.2...HEAD
[Unreleased]: https://github.com/level/abstract-leveldown/compare/v4.0.3...HEAD
[4.0.3]: https://github.com/level/abstract-leveldown/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/level/abstract-leveldown/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/level/abstract-leveldown/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/level/abstract-leveldown/compare/v3.0.0...v4.0.0
Expand Down

0 comments on commit 3a573aa

Please sign in to comment.