Skip to content

Commit

Permalink
[dist] 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Apr 3, 2013
1 parent 8003350 commit 9881a21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.1.9
- By default we disallow fetches from origin servers that don't specify an
extension. This behaviour can now be overrulled using the `force extensions`
config.
- A new REST route `/expire` has been added to expire individual items instead
of the whole cache.

### 0.1.8 ### 0.1.8
- Fixed a bug in the configuration loading where it would read out the incorrect - Fixed a bug in the configuration loading where it would read out the incorrect
folder. folder.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "versions", "name": "versions",
"version": "0.1.8", "version": "0.1.9",
"description": "Content Delivery Network", "description": "Content Delivery Network",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
Expand Down

0 comments on commit 9881a21

Please sign in to comment.