From aae02e06fea2753e803bc517200c262ad8419a2d Mon Sep 17 00:00:00 2001 From: oupala Date: Thu, 30 May 2019 22:39:22 +0200 Subject: [PATCH] chore: bump version from 2.1.0-dev to 2.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1597d9..509ffd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/oupala/apaxy/compare/2.0.1...2.1.0) (2019-05-30) + + +### Features + +* install script can set a header and a footer message ([8f85f2c](https://github.com/oupala/apaxy/commit/8f85f2c)) + + + ## [2.0.1](https://github.com/oupala/apaxy/compare/2.0.0...2.0.1) (2019-05-30) diff --git a/package.json b/package.json index 8ca2c2d..7e10d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apaxy", - "version": "2.1.0-dev", + "version": "2.1.0", "description": "A simple, customisable theme for your Apache directory listing.", "main": "index.js", "scripts": {