Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 30, 2022
1 parent 44a3329 commit 16aae24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog

_For earlier releases, before `memory-level` was forked from `memdown`, please see [the changelog of `memdown`](https://github.com/Level/memdown/blob/HEAD/CHANGELOG.md)._
## [1.0.0] - 2022-01-30

_:seedling: Initial release. If you are upgrading from `memdown`: please see [`UPGRADING.md`](./UPGRADING.md)._

[1.0.0]: https://github.com/Level/memory-level/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Lastly, private properties like `_store` (unlikely used externally) are no longe

---

_For earlier releases, before `memory-level` was forked from `memdown`, please see [the upgrade guide of `memdown`](https://github.com/Level/memdown/blob/HEAD/UPGRADING.md)._
_For earlier releases, before `memory-level` was forked from `memdown` (v6.1.1), please see [the upgrade guide of `memdown`](https://github.com/Level/memdown/blob/HEAD/UPGRADING.md)._
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-level",
"version": "6.1.1",
"version": "1.0.0",
"description": "In-memory abstract-level database for Node.js and browsers",
"author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"license": "MIT",
Expand Down

0 comments on commit 16aae24

Please sign in to comment.