Skip to content

Commit 68cec70

Browse files
committed
chore(main): release 5.0.0
1 parent de80054 commit 68cec70

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.11...v5.0.0) (2026-03-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update minimal Node.js version ([#838](https://github.com/cloudquery/setup-cloudquery/issues/838))
9+
10+
### Features
11+
12+
* Update minimal Node.js version ([#838](https://github.com/cloudquery/setup-cloudquery/issues/838)) ([de80054](https://github.com/cloudquery/setup-cloudquery/commit/de8005495defea81423f8ba1d1084ea31f105a8b))
13+
314
## [4.1.11](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.10...v4.1.11) (2026-02-06)
415

516

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": "@cloudquery/setup-cloudquery",
3-
"version": "4.1.11",
3+
"version": "5.0.0",
44
"description": "Setup CloudQuery CLI in a GitHub action environment",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)