From 597d703af8bc715a63a67d6410b923c7c953a10d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Jul 2021 13:01:08 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v0.5.0...v0.6.0) (2021-07-02) ### Features * use new crawler parameters name and appId ([#19](https://github.com/algolia/algoliasearch-crawler-github-actions/issues/19)) ([7b5c1a3](https://github.com/algolia/algoliasearch-crawler-github-actions/commit/7b5c1a3ab4b1cb6c1e2bcadb8be866006aef8bc1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eee8753..c165d319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v0.5.0...v0.6.0) (2021-07-02) + + +### Features + +* use new crawler parameters name and appId ([#19](https://github.com/algolia/algoliasearch-crawler-github-actions/issues/19)) ([7b5c1a3](https://github.com/algolia/algoliasearch-crawler-github-actions/commit/7b5c1a3ab4b1cb6c1e2bcadb8be866006aef8bc1)) + # [0.5.0](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v0.4.2...v0.5.0) (2021-06-30) diff --git a/package.json b/package.json index b3889a5b..eb9b6fe6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "algoliasearch-crawler-github-actions", - "version": "0.5.0", + "version": "0.6.0", "description": "Github action for Algolia crawler indexing", "main": "index.js", "scripts": {