Просмотр исходного кода

Update package.json and CHANGES

Sotaro KARASAWA 10 лет назад
Родитель
Сommit
7db4410e69
2 измененных файлов с 9 добавлено и 7 удалено
  1. 7 0
      CHANGES.md
  2. 2 7
      package.json

+ 7 - 0
CHANGES.md

@@ -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.

+ 2 - 7
package.json

@@ -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",