Skip to content

Commit

Permalink
Bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Nov 26, 2020
1 parent c300ea8 commit 40ed5b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.4.0] - 2020-11-26

### Changed
- Use `query_string` query instead of `multi_match` [#2](https://github.com/zoetrope/honkit-plugin-elasticsearch/pull/2)

## [0.3.0] - 2020-11-06

### Changed
Expand All @@ -20,7 +25,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This is the first public release.

[Unreleased]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/zoetrope/honkit-plugin-elasticsearch/compare/05e4a17bccc068cae23ace7a3b0ebcaa80223e7c...v0.1.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "honkit-plugin-elasticsearch",
"description": "GitBook search plugin for Elasticsearch",
"main": "index.js",
"version": "0.3.0",
"version": "0.4.0",
"engines": {
"gitbook": "*"
},
Expand Down

0 comments on commit 40ed5b5

Please sign in to comment.