From 42fad931857872aa550e5016ef98e8159708ad45 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 18 Jan 2021 01:28:37 +0000 Subject: [PATCH] :bookmark: Release v1.2.9 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5f191..738c66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.2.9 (2021-01-18) + +[📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.9) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.8...v1.2.9) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.9) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.9.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.9.tar.gz)) + +### ⬆️ Dependency updates + +- [`82ec399`](https://github.com/koj-co/algolia-crawl/commit/82ec399) Bump semantic-release from 17.3.1 to 17.3.2 + ## v1.2.8 (2021-01-11) [📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.8) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.7...v1.2.8) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.8) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.8.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.8.tar.gz)) diff --git a/package-lock.json b/package-lock.json index fc24a86..6aa51d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.8", + "version": "1.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b525fa..41b72b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.8", + "version": "1.2.9", "description": "Crawl your site and sync your Algolia search index", "main": "dist/index.js", "bin": "dist/cli.js",