docs: updated semver to 1.0.0 release

This commit is contained in:
NGPixel 2017-07-21 17:51:39 -04:00
parent 5525990733
commit b1ffda0155
3 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [v1.0.0-beta.15] - Unreleased ## [v1.0.1] - Unreleased
### Added ### Added
- **History**: History section to list all changes - **History**: History section to list all changes
- **Security**: Optional Two-Factor Authentication (2FA) protection - **Security**: Optional Two-Factor Authentication (2FA) protection
## [v1.0.0-beta.14] - Unreleased ## [v1.0.0] - Unreleased
### Changed ### Changed
- **Misc**: Switch to Yarn for npm dependencies installation - **Misc**: Switch to Yarn for npm dependencies installation

View File

@ -1,6 +1,6 @@
{ {
"name": "wiki.js", "name": "wiki.js",
"version": "1.0.0-beta.14.1", "version": "1.0.0",
"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.14", "version": "1.0.0",
"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": "wiki.js", "main": "wiki.js",
"scripts": { "scripts": {