@@ -1,6 +1,13 @@
CHANGES
========
+## 1.3.0
+
+* Feature: Image uploader.
+* Improve: Design on full-screen editor.
+* Fix: Library version (mongoose-paginator is now fixed its version).
+* Add unit test for user model.
## 1.2.0
* Re-writed application structure.
@@ -1,6 +1,6 @@
{
"name": "crowi",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "The simple & powerful Wiki",
"tags": [
"wiki",
@@ -75,12 +75,7 @@
"sinon": "~1.14.0",
"sinon-chai": "~2.7.0"
},
- "license": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
+ "license": "MIT",
"scripts": {
"start": "node app.js",
"test": "gulp test",