Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit b451a8d

Browse files
Lars-Magnus Skogvweevers
Lars-Magnus Skog
authored andcommitted
Update changelog and upgrade guide for 5.0.0 (#59)
1 parent 40062a2 commit b451a8d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## [5.0.0] - 2018-12-21
6+
7+
### Changed
8+
* Upgrade `abstract-leveldown` dependency from `~5.0.0` to `~6.0.0` (@ralphtheninja)
9+
* Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` (@ralphtheninja)
10+
* Tweak copyright years for less maintenance (@ralphtheninja)
11+
12+
### Added
13+
* Add `nyc` and `coveralls` (@ralphtheninja)
14+
15+
### Removed
16+
* Remove contributors from `package.json` (@ralphtheninja)
17+
* Remove node 9 (@ralphtheninja)
18+
519
## [4.0.2] - 2018-05-30
620

721
### Changed
@@ -174,7 +188,8 @@ No changes.
174188

175189
:seedling: First release. (@rvagg)
176190

177-
[Unreleased]: https://github.com/level/deferred-leveldown/compare/v4.0.2...HEAD
191+
[Unreleased]: https://github.com/level/deferred-leveldown/compare/v5.0.0...HEAD
192+
[5.0.0]: https://github.com/level/deferred-leveldown/compare/v4.0.2...v5.0.0
178193
[4.0.2]: https://github.com/level/deferred-leveldown/compare/v4.0.1...v4.0.2
179194
[4.0.1]: https://github.com/level/deferred-leveldown/compare/v4.0.0...v4.0.1
180195
[4.0.0]: https://github.com/level/deferred-leveldown/compare/v3.0.0...v4.0.0

UPGRADING.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).
44

5+
## v5
6+
7+
Upgraded `abstract-leveldown` to `v6.0.0`. Please see the corresponding [changelog entry](https://github.com/Level/abstract-leveldown/blob/master/CHANGELOG.md#600---2018-10-20) for more information.
8+
59
## v4
610

711
Dropped support for node 4. No other breaking changes.

0 commit comments

Comments
 (0)