Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Dec 1, 2024
1 parent 78cbebf commit 07f0e65
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.0] - 2024-12-01

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

### Changed

- **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)
- Align location check with `classic-level` ([`9304795`](https://github.com/Level/browser-level/commit/9304795)) (Vincent Weevers)

### Removed

- Remove `levelup` compatibility check ([`0b98710`](https://github.com/Level/browser-level/commit/0b98710)) (Vincent Weevers)

## [1.0.1] - 2022-03-06

### Fixed
Expand All @@ -10,6 +23,8 @@

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

[2.0.0]: https://github.com/Level/browser-level/releases/tag/v2.0.0

[1.0.1]: https://github.com/Level/browser-level/releases/tag/v1.0.1

[1.0.0]: https://github.com/Level/browser-level/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-level",
"version": "1.0.1",
"version": "2.0.0",
"description": "An abstract-level database for browsers, backed by IndexedDB",
"author": "max ogden",
"license": "MIT",
Expand Down

0 comments on commit 07f0e65

Please sign in to comment.