From 306d22ac76a355a5c305ebfa8fbed559515c35de Mon Sep 17 00:00:00 2001 From: oupala Date: Fri, 23 Apr 2021 15:21:54 +0200 Subject: [PATCH] chore: bump version from 2.3.0-dev to 2.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c629a..0cda90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.3.0](https://github.com/oupala/apaxy/compare/2.2.0...2.3.0) (2021-04-23) + + +### Bug Fixes + +* fix the doctype in the error pages ([0c75e64](https://github.com/oupala/apaxy/commit/0c75e64761939b1b1f02ae08a74bb64772bc4ac0)) +* improve the way Faenza icons are embedded ([060d547](https://github.com/oupala/apaxy/commit/060d5478e46864fdc185e4c29db8d2cfe99eae93)), closes [#143](https://github.com/oupala/apaxy/issues/143) +* use
instead of
([3bba904](https://github.com/oupala/apaxy/commit/3bba904d33fd4139b2e31f721612484590063cfa)) + + +### Features + +* switch to GPLv3 licence ([86fc8ee](https://github.com/oupala/apaxy/commit/86fc8ee74db4542f62bc342d960344838bfaf6b2)), closes [#148](https://github.com/oupala/apaxy/issues/148) + + + # [2.2.0](https://github.com/oupala/apaxy/compare/2.1.3...2.2.0) (2020-03-19) diff --git a/package.json b/package.json index 2f6409e..28e6ee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apaxy", - "version": "2.3.0-dev", + "version": "2.3.0", "description": "A simple, customisable theme for your Apache directory listing.", "main": "index.js", "scripts": {