From 59b98659cdd19a3bc4ff808e555e24d0004fabaf Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sun, 5 Feb 2017 19:18:07 -0800 Subject: [PATCH] v1.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index addbfd7..10730a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ef6b14d..7afd0f3 100644 --- a/package.json +++ b/package.json @@ -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": {