Bump version for next stable release~!

This commit is contained in:
Starbeamrainbowlabs 2020-09-11 21:22:57 +01:00
parent 7fe8f1ab02
commit f02caae2d1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
4 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too. This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
## v0.22
_No changes were made since the last release_
**Make sure you have PHP 7.3+ when you update past this point!** It isn't the end of the world if you don't, but it will make you more secure if you do.
## v0.22-beta3 ## v0.22-beta3
### Changed ### Changed
@ -30,7 +36,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
## v0.22-beta1 ## v0.22-beta1
Make sure you have PHP 7.3+ when you update past this point! It isn't the end of the world if you don't, but it will make you more secure if you do. **Make sure you have PHP 7.3+ when you update past this point!** It isn't the end of the world if you don't, but it will make you more secure if you do.
### Added ### Added
- [Module Api] Add new `search::invindex_term_getpageids`, and `search::invindex_term_getoffsets`, and `search::index_sort_freq` methods - [Module Api] Add new `search::invindex_term_getpageids`, and `search::invindex_term_getoffsets`, and `search::index_sort_freq` methods

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "pepperminty-wiki", "name": "pepperminty-wiki",
"version": "0.22.0-beta3", "version": "0.22.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "pepperminty-wiki", "name": "pepperminty-wiki",
"version": "0.22.0-beta3", "version": "0.22.0",
"description": "A wiki in a box", "description": "A wiki in a box",
"main": "index.js", "main": "index.js",
"directories": { "directories": {

View File

@ -1 +1 @@
v0.22-beta3 v0.22