We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf66a89 commit 3709c72Copy full SHA for 3709c72
CHANGES.md
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
### 3.0.0
6
- Rewrite to be cleaner
7
- Support for other backends than GitHub
8
+- Better disk caching
9
10
### 2.6.0
11
- Add `/notes` endpoint to get changelog
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nuts-serve",
3
- "version": "2.6.3",
+ "version": "3.0.0-pre.0",
4
"description": "Server to make GitHub releases (private) available to download with Squirrel support",
"main": "./lib/index.js",
"homepage": "https://github.com/GitbookIO/nuts",
0 commit comments