Skip to content

Commit

Permalink
chore(main): Release v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Aug 1, 2024
1 parent f719a26 commit b741dc9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.17"
".": "0.1.18"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.18](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.17...v0.1.18) (2024-08-01)


### Bug Fixes

* **deps:** Update dependency @grpc/grpc-js to v1.11.1 ([#203](https://github.com/cloudquery/plugin-sdk-javascript/issues/203)) ([f719a26](https://github.com/cloudquery/plugin-sdk-javascript/commit/f719a264c134107f846b5f31b89de81c27f85d6f))
* **deps:** Update dependency prettier to v3.3.3 ([#198](https://github.com/cloudquery/plugin-sdk-javascript/issues/198)) ([f8dcf18](https://github.com/cloudquery/plugin-sdk-javascript/commit/f8dcf18f5665f7dd2c25b76d76f558511686402c))
* **deps:** Update dependency semver to v7.6.3 ([#199](https://github.com/cloudquery/plugin-sdk-javascript/issues/199)) ([49e6c3b](https://github.com/cloudquery/plugin-sdk-javascript/commit/49e6c3b6e0b65f809f3b0b33bf4fd0a3623eceef))
* **deps:** Update dependency typescript to v5.5.4 ([#201](https://github.com/cloudquery/plugin-sdk-javascript/issues/201)) ([d3af7ed](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3af7ed81ec6c49fd07916a61b0bdb98a6b5e1c3))
* **deps:** Update dependency winston to v3.13.1 ([#202](https://github.com/cloudquery/plugin-sdk-javascript/issues/202)) ([909cd7c](https://github.com/cloudquery/plugin-sdk-javascript/commit/909cd7c2da3afb12e0d79f8517feb0236bd0dce4))

## [0.1.17](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.16...v0.1.17) (2024-07-30)


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/plugin-sdk-javascript",
"version": "0.1.17",
"version": "0.1.18",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit b741dc9

Please sign in to comment.