Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed Apr 13, 2021
1 parent 5fcdd38 commit d1ee953
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.8.0 / 2021-04-13
==================

/!\ Breaking changes: start install from scratch /!\

* Add hooks
* Add file store under siteId prefix
* Add way to redirect to storage url instead of proxy it
* Add siteId as prefix instead of loading config from server
* Refactor config file reading
* Use lower case email

0.7.1 / 2021-03-31
==================

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.7.1",
"version": "0.8.0",
"description": "Multi-purpose deploy once prototyping backend",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit d1ee953

Please sign in to comment.