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

Commit b3f8a03

Browse files
committed
3.0.0
1 parent 83d2dcd commit b3f8a03

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
44

5+
## [3.0.0] - 2021-04-09
6+
7+
### Changed
8+
9+
- **Breaking:** drop node 6 and 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`bb296b9`](https://github.com/Level/errors/commit/bb296b9)) (Vincent Weevers)
10+
- **Breaking:** modernize syntax and bump `standard` ([Level/community#98](https://github.com/Level/community/issues/98)) ([`5a6de73`](https://github.com/Level/errors/commit/5a6de73)) (Vincent Weevers)
11+
- Bump `errno` from 0.1.8 to 1.0.0 ([#34](https://github.com/Level/errors/issues/34)) ([`bb5ec3a`](https://github.com/Level/errors/commit/bb5ec3a), [`6756d89`](https://github.com/Level/errors/commit/6756d89)) (Lars-Magnus Skog, Vincent Weevers)
12+
- Add `files` to `package.json` ([`83d2dcd`](https://github.com/Level/errors/commit/83d2dcd)) (Vincent Weevers).
13+
514
## [2.0.1] - 2019-04-05
615

716
### Changed
@@ -104,6 +113,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
104113

105114
:seedling: Initial release.
106115

116+
[3.0.0]: https://github.com/Level/errors/compare/v2.0.1...v3.0.0
117+
107118
[2.0.1]: https://github.com/Level/errors/compare/v2.0.0...v2.0.1
108119

109120
[2.0.0]: https://github.com/Level/errors/compare/v1.1.2...v2.0.0

CONTRIBUTORS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributors
22

3-
| Name | GitHub | Social |
4-
| :------------------- | :----------------------------------------------------- | :------------------------------------------------------------ |
5-
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
6-
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
7-
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | |
8-
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
3+
| Name | GitHub | Social |
4+
| :------------------- | :----------------------------------------------------------- | :------------------------------------------------------------ |
5+
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
6+
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
7+
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | |
8+
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |

UPGRADING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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-
## v2
5+
## 3.0.0
6+
7+
This release drops support of legacy runtime environments ([Level/community#98](https://github.com/Level/community/issues/98)):
8+
9+
- Node.js 6 and 8
10+
- Internet Explorer 11
11+
- Safari 9-11
12+
- Stock Android browser (AOSP).
13+
14+
## 2.0.0
615

716
Dropped node 0.12, 4, 5 and 7.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-errors",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Error types for levelup",
55
"license": "MIT",
66
"main": "errors.js",

0 commit comments

Comments
 (0)