docs: updated semver to 1.0.0 release
This commit is contained in:
parent
5525990733
commit
b1ffda0155
@ -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,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,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": {
|
||||
|
Loading…
Reference in New Issue
Block a user