Skip to content

Commit 26879e3

Browse files
chore: release v0.6.0 (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fd152e2 commit 26879e3

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.6.0](https://github.com/algolia/n8n-nodes-algolia/compare/v0.5.2...v0.6.0) (2025-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **generate:** add double quote around key when parsing object ([#24](https://github.com/algolia/n8n-nodes-algolia/issues/24)) ([de30a84](https://github.com/algolia/n8n-nodes-algolia/commit/de30a840eaa31324b540dd18af9cbf34b3f4fa0b))
7+
8+
9+
### Features
10+
11+
* **OpenAPI:** update parser version ([#25](https://github.com/algolia/n8n-nodes-algolia/issues/25)) ([fd152e2](https://github.com/algolia/n8n-nodes-algolia/commit/fd152e29fa49cbdfef17410ca9d8c392f26ac86d))
12+
* Return the most relevant parsed data when simplify is enabled ([#23](https://github.com/algolia/n8n-nodes-algolia/issues/23)) ([80da4ae](https://github.com/algolia/n8n-nodes-algolia/commit/80da4ae60104bed9ed6ad652f7f4bf6fca6a6ff4))
13+
* update OpenAPI specs ([#19](https://github.com/algolia/n8n-nodes-algolia/issues/19)) ([b5ef420](https://github.com/algolia/n8n-nodes-algolia/commit/b5ef420383fc0c8954855050056a988675c1b9b2))
14+
* update OpenAPI specs ([#21](https://github.com/algolia/n8n-nodes-algolia/issues/21)) ([14c2961](https://github.com/algolia/n8n-nodes-algolia/commit/14c2961d7083069495518b693035fd1a865e37c4))
15+
16+
17+
118
## [0.5.2](https://github.com/algolia/n8n-nodes-algolia/compare/v0.4.4...v0.5.2) (2025-09-23)
219

320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/n8n-nodes-algolia",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Algolia nodes for n8n",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)