1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-08 10:46:27 +02:00

chore: bump version from 2.2.0-dev to 2.2.0

This commit is contained in:
oupala
2020-03-19 22:20:22 +01:00
parent 9afbd2c002
commit b6ff09f8b3
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# [2.2.0](https://github.com/oupala/apaxy/compare/2.1.3...2.2.0) (2020-03-19)
### Bug Fixes
* **doc:** fix links in table of content ([cc02ee5](https://github.com/oupala/apaxy/commit/cc02ee5e65359a95315d7d848589d4f4b05b8e14))
* favicon not being loaded when using Apaxy in a subdirectory ([b9c2521](https://github.com/oupala/apaxy/commit/b9c25218f177b22ba0590706692d47f54986cd0d))
### Features
* optimize icons ([49289c4](https://github.com/oupala/apaxy/commit/49289c439cd032a95a4be93e1eb74f0fc7e821ef))
* **theme:** add a proper dark mode (and globally improve CSS styles) ([301c932](https://github.com/oupala/apaxy/commit/301c9329af1ceea467b786ce287ae5557a08002b))
## [2.1.3](https://github.com/oupala/apaxy/compare/2.1.2...2.1.3) (2019-07-18)

View File

@@ -1,6 +1,6 @@
{
"name": "apaxy",
"version": "2.2.0-dev",
"version": "2.2.0",
"description": "A simple, customisable theme for your Apache directory listing.",
"main": "index.js",
"scripts": {