Skip to content

Commit 501a382

Browse files
committed
chore(main): release 4.1.1
1 parent bf3b09c commit 501a382

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+
## [4.1.1](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.0...v4.1.1) (2024-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @actions/core to v1.11.1 ([#606](https://github.com/cloudquery/setup-cloudquery/issues/606)) ([968b19b](https://github.com/cloudquery/setup-cloudquery/commit/968b19bb0908c719c81d5b94502ee27def0bbf00))
9+
* **deps:** Update dependency @types/node to v20.17.5 ([#608](https://github.com/cloudquery/setup-cloudquery/issues/608)) ([4d1483c](https://github.com/cloudquery/setup-cloudquery/commit/4d1483ce0b26d0badd670df4db5de9f85de32441))
10+
* **deps:** Update dependency eslint-plugin-n to v17.12.0 ([#609](https://github.com/cloudquery/setup-cloudquery/issues/609)) ([4cf3569](https://github.com/cloudquery/setup-cloudquery/commit/4cf35695f1fae372b51c6e3d16c67262db9cc4c8))
11+
* **deps:** Update dependency typescript to v5.6.3 ([#605](https://github.com/cloudquery/setup-cloudquery/issues/605)) ([1f3b381](https://github.com/cloudquery/setup-cloudquery/commit/1f3b3818ff361317d839c10242442d0d82ac6bc7))
12+
* **deps:** Update typescript-eslint monorepo to v8.12.2 ([#610](https://github.com/cloudquery/setup-cloudquery/issues/610)) ([c6b25cb](https://github.com/cloudquery/setup-cloudquery/commit/c6b25cb12cc689419719e4034f492c701abfaee6))
13+
314
## [4.1.0](https://github.com/cloudquery/setup-cloudquery/compare/v4.0.0...v4.1.0) (2024-10-02)
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.0",
3+
"version": "4.1.1",
44
"description": "Setup CloudQuery CLI in a GitHub action environment",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)