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

+ 5 - 0
CHANGES.md

@@ -1,6 +1,11 @@
 CHANGES
 CHANGES
 ========
 ========
 
 
+## 1.2.0
+
+* Re-writed application structure.
+* Add unit test for page model. (Thank you: @shinnya)
+
 ## 1.1.3
 ## 1.1.3
 
 
 * Fix: Error occured on editting when the path includes multibyte string. (Thanks @shinnya)
 * Fix: Error occured on editting when the path includes multibyte string. (Thanks @shinnya)

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "crowi",
   "name": "crowi",
-  "version": "1.1.3",
+  "version": "1.2.0",
   "description": "Crocos' Wiki implementation in node.js",
   "description": "Crocos' Wiki implementation in node.js",
   "authors": [
   "authors": [
     "Sotaro KARASAWA <sotarok@crocos.co.jp>",
     "Sotaro KARASAWA <sotarok@crocos.co.jp>",

+ 3 - 2
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "crowi",
   "name": "crowi",
-  "version": "1.1.3",
+  "version": "1.2.0",
   "description": "The simple & powerful Wiki",
   "description": "The simple & powerful Wiki",
   "tags": [
   "tags": [
     "wiki",
     "wiki",
@@ -10,7 +10,8 @@
   ],
   ],
   "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
   "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
   "contributors": [
   "contributors": [
-    "Keisuke SATO <riaf@me.com> (http://riaf.jp)"
+    "Keisuke SATO <riaf@me.com> (http://riaf.jp)",
+    "Shinya Yamaoka <contact@mail.libmacro.com>",
   ],
   ],
   "config": {
   "config": {
     "blanket": {
     "blanket": {