Skip to content

Commit e20f5a7

Browse files
chore: update version to 0.5.0 in package.json and add changelog sections
1 parent 0cd6059 commit e20f5a7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [0.5.0] - 2025-10-31
19+
20+
### Added
21+
1222
- **Yandex Cloud YDB Node**: Execute YQL queries and interact with Yandex Database (YDB)
1323
- Support for simple and parameterized queries
1424
- Multiple return modes (all result sets, first result set, first row only)

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.4.0",
3+
"version": "0.5.0",
44
"description": "n8n nodes for Yandex Cloud services",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)