From 561fec1b0802b88422869f676f4b2def8ed63296 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 22 Feb 2021 00:47:34 +0000 Subject: [PATCH] :bookmark: Release v1.2.14 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f615b00..9fe1ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.2.14 (2021-02-22) + +[📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.14) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.13...v1.2.14) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.14) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.14.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.14.tar.gz)) + +### ⬆️ Dependency updates + +- [`75a3e5a`](https://github.com/koj-co/algolia-crawl/commit/75a3e5a) Bump semantic-release from 17.3.8 to 17.3.9 +- [`aa5160b`](https://github.com/koj-co/algolia-crawl/commit/aa5160b) Bump vsoch/pull-request-action from 1.0.13 to 1.0.14 +- [`4af8f33`](https://github.com/koj-co/algolia-crawl/commit/4af8f33) Bump pascalgn/automerge-action from v0.13.0 to v0.13.1 +- [`e64e227`](https://github.com/koj-co/algolia-crawl/commit/e64e227) Bump vsoch/pull-request-action from 1.0.14 to 1.0.15 + ## v1.2.13 (2021-02-15) [📝 Release notes](https://github.com/koj-co/algolia-crawl/releases/tag/v1.2.13) · [💻 Compare](https://github.com/koj-co/algolia-crawl/compare/v1.2.12...v1.2.13) · [🔖 Tag](https://github.com/koj-co/algolia-crawl/tree/v1.2.13) · 🗄️ Archive ([zip](https://github.com/koj-co/algolia-crawl/archive/v1.2.13.zip) · [tar.gz](https://github.com/koj-co/algolia-crawl/archive/v1.2.13.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 075eafb..c32ac5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.13", + "version": "1.2.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abc8f2f..8f162cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-crawl", - "version": "1.2.13", + "version": "1.2.14", "description": "Crawl your site and sync your Algolia search index", "main": "dist/index.js", "bin": "dist/cli.js",