Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): Release plugins-source-hackernews v3.1.8 #17938

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"plugins/destination/neo4j+FILLER": "0.0.0",
"plugins/destination/kafka": "4.1.1",
"plugins/destination/kafka+FILLER": "0.0.0",
"plugins/source/hackernews": "3.1.7",
"plugins/source/hackernews": "3.1.8",
"plugins/source/hackernews+FILLER": "0.0.0",
"scaffold": "3.0.14",
"scaffold+FILLER": "0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/source/hackernews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.8](https://github.com/cloudquery/cloudquery/compare/plugins-source-hackernews-v3.1.7...plugins-source-hackernews-v3.1.8) (2024-05-14)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.0 ([#17917](https://github.com/cloudquery/cloudquery/issues/17917)) ([81f2506](https://github.com/cloudquery/cloudquery/commit/81f25061a461a025595aa0b4ed4bf992f53e67be))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.1 ([#17941](https://github.com/cloudquery/cloudquery/issues/17941)) ([b112a67](https://github.com/cloudquery/cloudquery/commit/b112a6798245d12ef82da532504a500c610cac10))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.0 ([#17951](https://github.com/cloudquery/cloudquery/issues/17951)) ([f5befb1](https://github.com/cloudquery/cloudquery/commit/f5befb1fba1089d78c594c39064466795c53a86e))

## [3.1.7](https://github.com/cloudquery/cloudquery/compare/plugins-source-hackernews-v3.1.6...plugins-source-hackernews-v3.1.7) (2024-05-07)


Expand Down