Skip to content

Commit

Permalink
First beta release of MOSP.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed May 13, 2018
1 parent b6b570a commit e57facc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MOSP Changelog
==============

## 0.1.0 (2018-05-13)

- first beta release of MOSP;
- basic features are implemented: management of JSON objects, management of
JSON schemas, management of users and organizations;
- it is possible to edit a JSON object with a JSON editor which is generated
thanks to the JSON schemas;
- a basic API let the user interact programmatically with the JSON objects.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MOSP",
"version": "0.0.1",
"version": "0.1.0",
"description": "A platform to create, edit and share JSON objects.",
"scripts": {
"postinstall": "npm install --prefix node_modules/v3 bootstrap@3.3.7 ; cd src/web/static/ ; ln -sf ../../../node_modules npm_components"
Expand Down

0 comments on commit e57facc

Please sign in to comment.