Skip to content

Commit

Permalink
chore(main): release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Sep 17, 2024
1 parent c89572a commit 36450fb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.1](https://github.com/cloudquery/setup-cloudquery/compare/v4.0.0...v4.0.1) (2024-09-17)


### Bug Fixes

* **deps:** Update commitlint monorepo to v19.4.1 ([#570](https://github.com/cloudquery/setup-cloudquery/issues/570)) ([f59c146](https://github.com/cloudquery/setup-cloudquery/commit/f59c146d4d63bb65c24709373ffc9abb48124b05))
* **deps:** Update dependency @types/node to v20.16.2 ([#571](https://github.com/cloudquery/setup-cloudquery/issues/571)) ([66d1aa4](https://github.com/cloudquery/setup-cloudquery/commit/66d1aa4f768e453cff34f6b0897fc65df6833859))
* **deps:** Update dependency @types/pg to v8.11.8 ([#566](https://github.com/cloudquery/setup-cloudquery/issues/566)) ([2b7e53c](https://github.com/cloudquery/setup-cloudquery/commit/2b7e53c330502211c33188c812e6fd341658cc7f))
* **deps:** Update dependency eslint-plugin-n to v17.10.2 ([#567](https://github.com/cloudquery/setup-cloudquery/issues/567)) ([9651711](https://github.com/cloudquery/setup-cloudquery/commit/96517115c92fda2ab099380193b732ab2622691d))
* **deps:** Update dependency husky to v9.1.5 ([#569](https://github.com/cloudquery/setup-cloudquery/issues/569)) ([b75f6e8](https://github.com/cloudquery/setup-cloudquery/commit/b75f6e8a1d4e39af4122fd71ddaaf2d041b5074b))
* **deps:** Update dependency ora to v8.1.0 ([#572](https://github.com/cloudquery/setup-cloudquery/issues/572)) ([a2fd5f2](https://github.com/cloudquery/setup-cloudquery/commit/a2fd5f21c40895cfaf38ccd8074e2f329e38ba63))
* **deps:** Update typescript-eslint monorepo to v7.18.0 ([#573](https://github.com/cloudquery/setup-cloudquery/issues/573)) ([77cfb8f](https://github.com/cloudquery/setup-cloudquery/commit/77cfb8f0e3efe21df368ba8ad8856b1d97d4c37d))

## [4.0.0](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.18...v4.0.0) (2024-08-20)


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.0.0",
"version": "4.0.1",
"description": "Setup CloudQuery CLI in a GitHub action environment",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 36450fb

Please sign in to comment.