Bump version for v0.24!

This commit is contained in:
Starbeamrainbowlabs 2023-02-19 01:51:05 +00:00
parent c065e0f368
commit 63771c4078
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
4 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,8 @@
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.24-beta2
## v0.24
- **Added:** `filter` GET parameter to the `list` action, which filters the list of pages to contain only those containing the specified substring. - **Added:** `filter` GET parameter to the `list` action, which filters the list of pages to contain only those containing the specified substring.
- **Fixed:** [Rest API] Documented `redirect` and `redirected_from` GET params to the `view` action. - **Fixed:** [Rest API] Documented `redirect` and `redirected_from` GET params to the `view` action.
- **Fixed:** Fixed bug where templating variables were not populated under some circumstances. - **Fixed:** Fixed bug where templating variables were not populated under some circumstances.

View File

@ -1,6 +1,6 @@
{ {
"name": "Pepperminty Wiki", "name": "Pepperminty Wiki",
"version": "0.24.0-beta1", "version": "0.24.0",
"description": "A wiki in a box. This is the API documentation.", "description": "A wiki in a box. This is the API documentation.",
"title": "Pepperminty Wiki (0.24-beta1)" "title": "Pepperminty Wiki (0.24)"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "pepperminty-wiki", "name": "pepperminty-wiki",
"version": "0.24.0-beta1", "version": "0.24.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.24-beta2 v0.24