Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Apr 30, 2020
1 parent 6e69e00 commit 3e05726
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.1.1](https://github.com/sw-yx/netlify-plugin-search-index/compare/v0.1.0...v0.1.1) - 2020-04-30

### Merged

- Refactor (µhtml) example [`#6`](https://github.com/sw-yx/netlify-plugin-search-index/pull/6)
- Revert "📦: µhtml website; articles generator" [`#5`](https://github.com/sw-yx/netlify-plugin-search-index/pull/5)
- 📦: µhtml website; articles generator [`#4`](https://github.com/sw-yx/netlify-plugin-search-index/pull/4)

### Commits

- Merge pull request #8 from ehmicky/chore/error-handling [`6e69e00`](https://github.com/sw-yx/netlify-plugin-search-index/commit/6e69e001a63de7143698fe9727590ed3af123644)
- fix: git rm publishDir/articles [`5ce6656`](https://github.com/sw-yx/netlify-plugin-search-index/commit/5ce66567de845d0bbd810f09077a8693193f929b)
- Remove youtube from sources [`a020066`](https://github.com/sw-yx/netlify-plugin-search-index/commit/a020066d1568b1c8daa282093f095449ad6d90b3)

## [v0.1.0](https://github.com/sw-yx/netlify-plugin-search-index/compare/v0.0.9...v0.1.0) - 2020-04-20

### Merged
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "netlify-plugin-search-index",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate a Search Index you can query via JavaScript or a Netlify Function",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3e05726

Please sign in to comment.