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

Commit b8f2c21

Browse files
committed
3.0.1
1 parent 27c99d4 commit b8f2c21

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.1] - 2021-09-24
4+
5+
### Fixed
6+
7+
- Don't wrap existing errors ([#37](https://github.com/Level/errors/issues/37)) ([`189f2b1`](https://github.com/Level/errors/commit/189f2b1)) (Vincent Weevers)
8+
39
## [3.0.0] - 2021-04-09
410

511
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -115,6 +121,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
115121

116122
:seedling: Initial release.
117123

124+
[3.0.1]: https://github.com/Level/errors/compare/v3.0.0...v3.0.1
125+
118126
[3.0.0]: https://github.com/Level/errors/compare/v2.0.1...v3.0.0
119127

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

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Error types for levelup",
55
"license": "MIT",
66
"main": "errors.js",

0 commit comments

Comments
 (0)