浏览代码

docs: Updated changelog

NGPixel 8 年之前
父节点
当前提交
699d0b5c8c
共有 3 个文件被更改,包括 4 次插入2 次删除
  1. 2 0
      CHANGELOG.md
  2. 1 1
      npm/package.json
  3. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 - **History**: History section to list all changes
 - **Localization**: All UI text elements are now localized
 - **Localization**: Chinese locale is now available (thanks to @choicky)
+- **Localization**: Russian locale is now available (thanks to @efimlosev)
+- **Localization**: Spanish locale is now available (thanks to @MatiasArriola)
 
 ### Changed
 - **Misc**: Updated dependencies

+ 1 - 1
npm/package.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki.js",
-  "version": "1.0.0-beta.11.1",
+  "version": "1.0.0-beta.12",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "install.js",
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki",
-  "version": "1.0.0-beta.11",
+  "version": "1.0.0-beta.12",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "server.js",
   "scripts": {