Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Mar 23, 2018
1 parent e39a772 commit 3053153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.0.0
The AST previously tried (and failed very often) to store unescaped
terms within the AST. For a long time, this was buggy and actually resulted in an unclear role of the AST.
Especially undefined was whether or not the `term` field in an AST should contain escaped or unescaped
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lucene",
"version": "1.3.0",
"version": "2.0.0",
"description": "Lucene query parser and formatter for JavaScript created using PEG.js",
"main": "lib/lucene.js",
"files": [
Expand Down

0 comments on commit 3053153

Please sign in to comment.