docs: Updated changelog

This commit is contained in:
NGPixel 2017-05-13 14:30:22 -04:00
parent 7cab15ec99
commit 699d0b5c8c
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "wiki.js", "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", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js", "main": "install.js",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "wiki", "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", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {