Browse Source

docs: updated semver to 1.0.0 release

NGPixel 7 years ago
parent
commit
b1ffda0155
3 changed files with 4 additions and 4 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      npm/package.json
  3. 1 1
      package.json

+ 2 - 2
CHANGELOG.md

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

+ 1 - 1
npm/package.json

@@ -1,6 +1,6 @@
 {
   "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",
   "main": "install.js",
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "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",
   "main": "wiki.js",
   "scripts": {