From c2fb7880977beff21381c4cbb935e0cd3d949ffd Mon Sep 17 00:00:00 2001 From: dmfenton Date: Sat, 16 Apr 2016 21:15:04 -0400 Subject: [PATCH] :package: 1.1.0 --- CHANGELOG.MD | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index d5f6c7d..a95277e 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.1.0] - 2016-04-16 ### Added * `realPathSync` returns url location when given relative path * Set `Content-Encoding` header on saved files @@ -11,4 +11,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed * Type, plugin_name, dependencies, version accessible from class object -[1.0.2]: https://github.com/koopjs/koop-s3fs/compare/v1.0.2..v1.0.1 +[1.1.0]: https://github.com/koopjs/koop-s3fs/compare/v1.0.2..v1.1.0 +[1.0.2]: https://github.com/koopjs/koop-s3fs/compare/v1.0.1..v1.0.2 diff --git a/package.json b/package.json index 5c84328..8b4e789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koop-s3fs", - "version": "1.0.2", + "version": "1.1.0", "description": "An AWS S3-backed filesystem plugin for Koop", "main": "index.js", "scripts": {