Skip to content

Commit 2c4a5ba

Browse files
chore(release): 1.0.14 [skip ci]
## [1.0.14](v1.0.13...v1.0.14) (2022-04-04) ### Bug Fixes * **deps:** update dependency @actions/github to v5.0.1 ([#196](#196)) ([c2a0c9a](c2a0c9a))
1 parent c2a0c9a commit 2c4a5ba

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.14](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v1.0.13...v1.0.14) (2022-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @actions/github to v5.0.1 ([#196](https://github.com/algolia/algoliasearch-crawler-github-actions/issues/196)) ([c2a0c9a](https://github.com/algolia/algoliasearch-crawler-github-actions/commit/c2a0c9ac09056730da31827d7b89fd56e2b03480))
7+
18
## [1.0.13](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v1.0.12...v1.0.13) (2022-03-18)
29

310

build/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ function _objectWithoutProperties(source, excluded) {
22012201
return target;
22022202
}
22032203

2204-
const VERSION = "3.5.1";
2204+
const VERSION = "3.6.0";
22052205

22062206
const _excluded = ["authStrategy"];
22072207
class Octokit {
@@ -19192,7 +19192,7 @@ module.exports = JSON.parse('[["0","\\u0000",128],["a1","。",62],["8140"," 
1919219192
/***/ ((module) => {
1919319193

1919419194
"use strict";
19195-
module.exports = JSON.parse('{"private":true,"name":"algoliasearch-crawler-github-actions","version":"1.0.13","description":"Github action for Algolia crawler indexing","main":"index.js","scripts":{"build":"yarn clean && tsc","clean":"rm -rf dist/","test":"jest","lint":"eslint src/**/*","semantic-release":"semantic-release","compile":"ncc build ./dist/index.js -o ./build","hot:runtime":"tsc -b -w --preserveWatchOutput"},"repository":{"type":"git","url":"git+https://github.com/algolia/algoliasearch-crawler-github-actions.git"},"keywords":["Crawler","Algolia","Github","Action","indexing","crawl","algoliasearch","search"],"author":{"name":"Algolia, Inc.","url":"https://www.algolia.com"},"license":"MIT","bugs":{"url":"https://github.com/algolia/algoliasearch-crawler-github-actions/issues"},"homepage":"https://github.com/algolia/algoliasearch-crawler-github-actions#readme","devDependencies":{"@semantic-release/changelog":"6.0.1","@semantic-release/exec":"6.0.3","@semantic-release/git":"10.0.1","@semantic-release/npm":"9.0.1","@types/cheerio":"0.22.31","@types/jest":"27.4.1","@types/node":"16.11.26","@types/node-fetch":"3.0.2","@typescript-eslint/eslint-plugin":"5.14.0","@typescript-eslint/parser":"5.14.0","@vercel/ncc":"0.33.3","eslint":"8.10.0","eslint-config-algolia":"20.0.0","eslint-config-prettier":"8.5.0","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.25.4","eslint-plugin-jest":"25.7.0","eslint-plugin-jsdoc":"37.9.7","eslint-plugin-prettier":"4.0.0","jest":"27.5.1","prettier":"2.5.1","semantic-release":"19.0.2","ts-jest":"27.1.3","ts-node":"10.7.0","typescript":"4.6.2"},"dependencies":{"@actions/core":"1.6.0","@actions/github":"5.0.0","node-fetch":"3.2.3"}}');
19195+
module.exports = JSON.parse('{"private":true,"name":"algoliasearch-crawler-github-actions","version":"1.0.14","description":"Github action for Algolia crawler indexing","main":"index.js","scripts":{"build":"yarn clean && tsc","clean":"rm -rf dist/","test":"jest","lint":"eslint src/**/*","semantic-release":"semantic-release","compile":"ncc build ./dist/index.js -o ./build","hot:runtime":"tsc -b -w --preserveWatchOutput"},"repository":{"type":"git","url":"git+https://github.com/algolia/algoliasearch-crawler-github-actions.git"},"keywords":["Crawler","Algolia","Github","Action","indexing","crawl","algoliasearch","search"],"author":{"name":"Algolia, Inc.","url":"https://www.algolia.com"},"license":"MIT","bugs":{"url":"https://github.com/algolia/algoliasearch-crawler-github-actions/issues"},"homepage":"https://github.com/algolia/algoliasearch-crawler-github-actions#readme","devDependencies":{"@semantic-release/changelog":"6.0.1","@semantic-release/exec":"6.0.3","@semantic-release/git":"10.0.1","@semantic-release/npm":"9.0.1","@types/cheerio":"0.22.31","@types/jest":"27.4.1","@types/node":"16.11.26","@types/node-fetch":"3.0.2","@typescript-eslint/eslint-plugin":"5.17.0","@typescript-eslint/parser":"5.17.0","@vercel/ncc":"0.33.3","eslint":"8.12.0","eslint-config-algolia":"20.0.0","eslint-config-prettier":"8.5.0","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.25.4","eslint-plugin-jest":"25.7.0","eslint-plugin-jsdoc":"37.9.7","eslint-plugin-prettier":"4.0.0","jest":"27.5.1","prettier":"2.6.1","semantic-release":"19.0.2","ts-jest":"27.1.4","ts-node":"10.7.0","typescript":"4.6.3"},"dependencies":{"@actions/core":"1.6.0","@actions/github":"5.0.1","node-fetch":"3.2.3"}}');
1919619196

1919719197
/***/ })
1919819198

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "algoliasearch-crawler-github-actions",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"description": "Github action for Algolia crawler indexing",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)