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

Commit 9a2e628

Browse files
committed
Prepare 4.1.0
1 parent b4af053 commit 9a2e628

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
44

55
## [Unreleased][unreleased]
66

7+
## [4.1.0] - 2019-06-28
8+
9+
### Changed
10+
11+
- Upgrade `deferred-leveldown` from `~5.0.0` to `~5.1.0` ([#657](https://github.com/Level/levelup/issues/657)) ([**@vweevers**](https://github.com/vweevers))
12+
- Upgrade `delayed` devDependency from `^1.0.1` to `^2.0.0` ([#659](https://github.com/Level/levelup/issues/659)) ([**@vweevers**](https://github.com/vweevers))
13+
14+
### Added
15+
16+
- Test `seek()` integration ([#661](https://github.com/Level/levelup/issues/661)) ([**@vweevers**](https://github.com/vweevers)) \*
17+
- Support options passed to `open()` ([#660](https://github.com/Level/levelup/issues/660), [#662](https://github.com/Level/levelup/issues/662)) ([**@achingbrain**](https://github.com/achingbrain), [**@vweevers**](https://github.com/vweevers))
18+
19+
**\* Historical Note** Many thanks to [**@MeirionHughes**](https://github.com/MeirionHughes) for adding `seek()` support to `memdown`, `encoding-down`, `deferred-leveldown` and `subleveldown`. At the time of writing, all but `subleveldown` have been released. Go forth and seek!
20+
721
## [4.0.2] - 2019-06-08
822

923
### Changed
@@ -1046,7 +1060,9 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
10461060

10471061
:seedling: Initial release.
10481062

1049-
[unreleased]: https://github.com/level/levelup/compare/v4.0.2...HEAD
1063+
[unreleased]: https://github.com/level/levelup/compare/v4.1.0...HEAD
1064+
1065+
[4.1.0]: https://github.com/level/levelup/compare/v4.0.2...v4.1.0
10501066

10511067
[4.0.2]: https://github.com/level/levelup/compare/v4.0.1...v4.0.2
10521068

CONTRIBUTORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
| **Eduardo Sorribas** | [**@sorribas**](https://github.com/sorribas) | |
2323
| **Nolan Lawson** | [**@nolanlawson**](https://github.com/nolanlawson) | [**@nolan@toot.cafe**](https://toot.cafe/@nolan) |
2424
| **James Butler** | [**@sandfox**](https://github.com/sandfox) | |
25+
| **Alex Potsides** | | |
2526
| **Mads Andreasen** | [**@MadsAndreasenTechPeople**](https://github.com/MadsAndreasenTechPeople) | |
26-
| **moro** | | |
2727
| **Super-User** | | |
28+
| **Matthew Wright** | [**@farskipper**](https://github.com/farskipper) | |
2829
| **David Dias** | [**@diasdavid**](https://github.com/diasdavid) | |
2930
| **Pascal Temel** | [**@PascalTemel**](https://github.com/PascalTemel) | |
3031
| **Daniel Ravina** | [**@danielravina**](https://github.com/danielravina) | |
@@ -45,4 +46,4 @@
4546
| **Mark Cavage** | [**@mcavage**](https://github.com/mcavage) | |
4647
| **Pomke** | | |
4748
| **Pedro Teixeira** | [**@pgte**](https://github.com/pgte) | [**@pgte@twitter**](https://twitter.com/pgte) |
48-
| **Matthew Wright** | [**@farskipper**](https://github.com/farskipper) | |
49+
| **moro** | | |

0 commit comments

Comments
 (0)