Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Apr 11, 2018
1 parent 4db8c65 commit 5b456c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v0.4.0 (2018-04-11)
- Introduced `.has(key)` function
- v0.3.1 (2018-04-11)
- Fix: Allow reserved object property names to be used as keys
- v0.3.0 (2016-04-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "two-buckets-memcache",
"version": "0.3.1",
"version": "0.4.0",
"description": "Memcache that trades a simplified expiry strategy for a super low resource consumption",
"keywords": [
"memcache",
Expand Down

0 comments on commit 5b456c4

Please sign in to comment.