Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed Feb 21, 2021
1 parent aed3bdd commit b91270f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

0.5.0 / 2021-02-21
==================

* Add store migration to avoid manual manipulation
* Refactor fileStore to extract backends
* Add siteId prefix to store boxes to allow multiple site

BREAKING CHANGES:
Now data are stored by site_id. The migration migrate the
data but you need to manually delete old database file
if you were using NeDB backend.

0.4.2 / 2021-02-18
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ricochet-js",
"version": "0.4.2",
"version": "0.5.0",
"description": "Multi-purpose deploy once prototyping backend",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit b91270f

Please sign in to comment.