Skip to content

Commit 3ae4def

Browse files
chore(release): 1.1.13 [skip ci]
## [1.1.13](v1.1.12...v1.1.13) (2024-10-22) ### Bug Fixes * change `site-url` to a more generic example ([#502](#502)) ([a3d716d](a3d716d))
1 parent a3d716d commit 3ae4def

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.13](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v1.1.12...v1.1.13) (2024-10-22)
2+
3+
4+
### Bug Fixes
5+
6+
* change `site-url` to a more generic example ([#502](https://github.com/algolia/algoliasearch-crawler-github-actions/issues/502)) ([a3d716d](https://github.com/algolia/algoliasearch-crawler-github-actions/commit/a3d716da5704d8ea95e79695912bcc5d853a0e8f))
7+
18
## [1.1.12](https://github.com/algolia/algoliasearch-crawler-github-actions/compare/v1.1.11...v1.1.12) (2024-10-05)
29

310

build/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1.12",
4+
"version": "1.1.13",
55
"description": "Github action for Algolia crawler indexing",
66
"exports": "./build/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)