Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 6, 2017
1 parent e15396c commit 59b9865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.5

* Fix index cleaning bug. Indexes should now clean up missing lookups.

## 1.0.4

* Fix another bug in batch operations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-auto-index",
"version": "1.0.4",
"version": "1.0.5",
"description": "Automatic level-agnostic secondary indexing",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 59b9865

Please sign in to comment.