Commit b1ffda01 authored by NGPixel's avatar NGPixel

docs: updated semver to 1.0.0 release

parent 55259907
...@@ -2,12 +2,12 @@ ...@@ -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
......
{ {
"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": {
......
{ {
"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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment