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 1, 2024
1 parent 66d1aa4 commit 7219c8f
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.0.1](https://github.com/cloudquery/setup-cloudquery/compare/v4.0.0...v4.0.1) (2024-09-01)


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

## [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 7219c8f

Please sign in to comment.