From 8326debec89adc6d0359ec786c41cd6ef9babb5b Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 7 Mar 2021 10:50:48 +0100 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 9 +++++++++ CONTRIBUTORS.md | 7 ------- LICENSE.md | 2 +- README.md | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 CONTRIBUTORS.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed86a3..0382b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.0] - 2021-03-07 + +### Changed + +- **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) +- 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). + ## [4.0.0] - 2019-12-08 ### Changed @@ -134,6 +141,8 @@ No changes. Initial release :seedling:. +[5.0.0]: https://github.com/Level/party/compare/v4.0.0...v5.0.0 + [4.0.0]: https://github.com/Level/party/compare/v3.0.4...v4.0.0 [3.0.4]: https://github.com/Level/party/compare/v3.0.3...v3.0.4 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index 197764b..0000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,7 +0,0 @@ -# Contributors - -| Name | GitHub | Social | -| :------------------ | :--------------------------------------------- | :------------------------------------------------------ | -| **James Halliday** | [**@substack**](https://github.com/substack) | [**@substack@twitter**](https://twitter.com/substack) | -| **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) | -| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) | diff --git a/LICENSE.md b/LICENSE.md index 1e530c0..eac33c2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -**Copyright © 2014-present James Halliday and [Contributors](CONTRIBUTORS.md).** +**Copyright © 2014-present James Halliday and contributors.** Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0e4d92e..d7801ec 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,6 @@ To sustain [`Level`](https://github.com/Level) and its activities, become a back ## License -[MIT](LICENSE.md) © 2014-present James Halliday and [Contributors](CONTRIBUTORS.md). +[MIT](LICENSE.md) © 2014-present James Halliday and contributors. [level-badge]: https://leveljs.org/img/badge.svg diff --git a/package.json b/package.json index 5d80021..0d659ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-party", - "version": "4.0.0", + "version": "5.0.0", "description": "Open a leveldb handle multiple times", "license": "MIT", "main": "index.js",