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

Commit 8326deb

Browse files
committed
5.0.0
1 parent b0aa870 commit 8326deb

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.0] - 2021-03-07
4+
5+
### Changed
6+
7+
- **Breaking:** modernize syntax (drops node 8) ([#26](https://github.com/Level/party/issues/26)) ([`9615cac`](https://github.com/Level/party/commit/9615cac), [`b0aa870`](https://github.com/Level/party/commit/b0aa870)) (Robert Nagy)
8+
- Bump `subleveldown` from `4.1.4` to `5.0.1` ([#24](https://github.com/Level/party/issues/24)) ([`0732684`](https://github.com/Level/party/commit/0732684)) (Vincent Weevers).
9+
310
## [4.0.0] - 2019-12-08
411

512
### Changed
@@ -134,6 +141,8 @@ No changes.
134141

135142
Initial release :seedling:.
136143

144+
[5.0.0]: https://github.com/Level/party/compare/v4.0.0...v5.0.0
145+
137146
[4.0.0]: https://github.com/Level/party/compare/v3.0.4...v4.0.0
138147

139148
[3.0.4]: https://github.com/Level/party/compare/v3.0.3...v3.0.4

CONTRIBUTORS.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
**Copyright © 2014-present James Halliday and [Contributors](CONTRIBUTORS.md).**
3+
**Copyright © 2014-present James Halliday and contributors.**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ To sustain [`Level`](https://github.com/Level) and its activities, become a back
134134

135135
## License
136136

137-
[MIT](LICENSE.md) © 2014-present James Halliday and [Contributors](CONTRIBUTORS.md).
137+
[MIT](LICENSE.md) © 2014-present James Halliday and contributors.
138138

139139
[level-badge]: https://leveljs.org/img/badge.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-party",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Open a leveldb handle multiple times",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)