From 3e057260f9c673fb0aafa0011ee59a6ab7faf6ed Mon Sep 17 00:00:00 2001 From: swyx Date: Fri, 1 May 2020 01:06:40 +0800 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4012700..bd6a79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a4becfc..f808f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-search-index", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83c7cae..4079fef 100644 --- a/package.json +++ b/package.json @@ -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": {