1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-12 06:03:58 +02:00

chore: bump version from null to 1.0.0

This commit is contained in:
oupala
2018-02-21 22:38:34 +01:00
parent 582f711326
commit c18adfb3a0
3 changed files with 43 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
node_modules
.DS_Store

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-02-21)
### Features
* Although it is a quite old piece of software (2012), here is the first release of apaxy.

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "apaxy",
"version": "1.0.0",
"description": "A simple, customisable theme for your Apache directory listing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oupala/apaxy.git"
},
"keywords": [
"apaxy",
"apaxy-themes",
"css",
"icons",
"mime-types",
"customisable-theme",
"docker"
],
"author": "Adam Whitcroft",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/oupala/apaxy/issues"
},
"homepage": "https://github.com/oupala/apaxy#readme",
"devDependencies": {
"conventional-changelog": "^1.1.0"
}
}