Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 9, 2021
1 parent 83d2dcd commit b3f8a03
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [3.0.0] - 2021-04-09

### Changed

- **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)
- **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)
- 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)
- Add `files` to `package.json` ([`83d2dcd`](https://github.com/Level/errors/commit/83d2dcd)) (Vincent Weevers).

## [2.0.1] - 2019-04-05

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

:seedling: Initial release.

[3.0.0]: https://github.com/Level/errors/compare/v2.0.1...v3.0.0

[2.0.1]: https://github.com/Level/errors/compare/v2.0.0...v2.0.1

[2.0.0]: https://github.com/Level/errors/compare/v1.1.2...v2.0.0
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributors

| Name | GitHub | Social |
| :------------------- | :----------------------------------------------------- | :------------------------------------------------------------ |
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | |
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
| Name | GitHub | Social |
| :------------------- | :----------------------------------------------------------- | :------------------------------------------------------------ |
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | |
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
11 changes: 10 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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).

## v2
## 3.0.0

This release drops support of legacy runtime environments ([Level/community#98](https://github.com/Level/community/issues/98)):

- Node.js 6 and 8
- Internet Explorer 11
- Safari 9-11
- Stock Android browser (AOSP).

## 2.0.0

Dropped node 0.12, 4, 5 and 7.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-errors",
"version": "2.0.1",
"version": "3.0.0",
"description": "Error types for levelup",
"license": "MIT",
"main": "errors.js",
Expand Down

0 comments on commit b3f8a03

Please sign in to comment.