Skip to content

Commit

Permalink
chore(main): release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Nov 20, 2024
1 parent bf3b09c commit 501a382
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.1.1](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.0...v4.1.1) (2024-11-20)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **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))

## [4.1.0](https://github.com/cloudquery/setup-cloudquery/compare/v4.0.0...v4.1.0) (2024-10-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/setup-cloudquery",
"version": "4.1.0",
"version": "4.1.1",
"description": "Setup CloudQuery CLI in a GitHub action environment",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 501a382

Please sign in to comment.