Skip to content

Commit

Permalink
📦 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Feb 15, 2017
1 parent 297ddb2 commit e051fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] - 2017-02-15
### Added
* Upsert API

Expand All @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-02-13
* Initial Release

[1.1.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.0
[1.0.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.2
[1.0.1]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.1
[1.0.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koop-cache-memory",
"version": "1.0.2",
"version": "1.1.0",
"description": "An in-memory cache for KOop",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e051fd0

Please sign in to comment.