Skip to content

Commit 07f0e65

Browse files
committed
2.0.0
1 parent 78cbebf commit 07f0e65

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0] - 2024-12-01
4+
5+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** upgrade to `abstract-level` 2 ([#16](https://github.com/Level/browser-level/issues/16)) ([`6296322`](https://github.com/Level/browser-level/commit/6296322)) (Vincent Weevers)
10+
- Align location check with `classic-level` ([`9304795`](https://github.com/Level/browser-level/commit/9304795)) (Vincent Weevers)
11+
12+
### Removed
13+
14+
- Remove `levelup` compatibility check ([`0b98710`](https://github.com/Level/browser-level/commit/0b98710)) (Vincent Weevers)
15+
316
## [1.0.1] - 2022-03-06
417

518
### Fixed
@@ -10,6 +23,8 @@
1023

1124
_:seedling: Initial release. If you are upgrading from `level-js`, please see [UPGRADING.md](UPGRADING.md)._
1225

26+
[2.0.0]: https://github.com/Level/browser-level/releases/tag/v2.0.0
27+
1328
[1.0.1]: https://github.com/Level/browser-level/releases/tag/v1.0.1
1429

1530
[1.0.0]: https://github.com/Level/browser-level/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-level",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "An abstract-level database for browsers, backed by IndexedDB",
55
"author": "max ogden",
66
"license": "MIT",

0 commit comments

Comments
 (0)