From b1ffda0155bcf49c30f9b6479996a74ac7de7a45 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Fri, 21 Jul 2017 17:51:39 -0400 Subject: [PATCH] docs: updated semver to 1.0.0 release --- CHANGELOG.md | 4 ++-- npm/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac5f540..674ea891 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/npm/package.json b/npm/package.json index 76ee5344..840b26e6 100644 --- a/npm/package.json +++ b/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": { diff --git a/package.json b/package.json index 091f7db2..e9390304 100644 --- a/package.json +++ b/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": {