From d207107d66ef2562acf6de8c95b141188f034abf Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 4 Jan 2021 01:09:25 +0000 Subject: [PATCH] :bookmark: Release v1.2.7 [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 f02fd59..86a329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.2.7 (2021-01-04) + +[📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.7) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.6...v1.2.7) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.7) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.7.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.7.tar.gz)) + +### ⬆️ Dependency updates + +- [`db45025`](https://github.com/koj-co/algolia-crawl/commit/db45025) Bump semantic-release from 17.3.0 to 17.3.1 + ## v1.2.6 (2020-12-28) [📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.6) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.5...v1.2.6) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.6) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.6.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.6.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 64ada0d..7ea6961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2ec5d8..9b61f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.6", + "version": "1.2.7", "description": "Crawl your site and sync your Algolia search index", "main": "dist/index.js", "bin": "dist/cli.js",