Skip to content

Commit cddf8a1

Browse files
Merge pull request #23 from nikolaymatrosov/fix/issue-20
chore: simplify Yandex Cloud Fomo node versioning
2 parents 1f2dae2 + a98ef3b commit cddf8a1

9 files changed

Lines changed: 20 additions & 46 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18+
## [0.6.1] - 2025-11-14
19+
20+
### Added
21+
22+
### Changed
23+
24+
- **Yandex Cloud Foundation Models (Fomo) Node**: Simplified versioning to single version [1]
25+
- **Schema Structure**: Updated schema organization to use package version (v0.6.1) instead of node version
26+
27+
### Fixed
28+
29+
### Removed
30+
31+
- **Yandex Cloud Foundation Models (Fomo) Node**: Removed wrong version 1.1
32+
- **Schema Files**: Removed old schema versions (v1.0.0 and v1.1.0)
33+
1834
## [0.6.0] - 2025-11-02
1935

2036
### Added

nodes/YandexCloudFomo/YandexCloudFomo.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class YandexCloudFomo implements INodeType {
1616
name: 'yandexCloudFomo',
1717
group: ['transform'],
1818
icon: { light: 'file:fomo.svg', dark: 'file:fomo.dark.svg' },
19-
version: [1, 1.1],
19+
version: [1],
2020
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
2121
description: 'Consume Yandex Cloud Foundation Models API',
2222
defaults: {

nodes/YandexCloudFomo/__schema__/v1.1.0/chat/complete.json renamed to nodes/YandexCloudFomo/__schema__/v0.6.1/chat/complete.json

File renamed without changes.

nodes/YandexCloudFomo/__schema__/v1.0.0/chat/chat.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

nodes/YandexCloudFomo/__schema__/v1.0.0/image/create.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

nodes/YandexCloudFomo/__schema__/v1.1.0/text/chat.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

nodes/YandexCloudFomo/__schema__/v1.1.0/text/complete.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

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": "@nikolaymatrosov/n8n-nodes-yc",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "n8n nodes for Yandex Cloud services",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)