Skip to content

Commit

Permalink
chore(main): Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Nov 1, 2023
1 parent 2825c74 commit cc5a168
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.9](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.0.8...v0.0.9) (2023-11-01)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.11 ([#97](https://github.com/cloudquery/plugin-sdk-javascript/issues/97)) ([2825c74](https://github.com/cloudquery/plugin-sdk-javascript/commit/2825c7491aa1c91ce81d9bbd0083b9358e016786))
* **deps:** Update dependency @grpc/grpc-js to v1.9.9 ([#88](https://github.com/cloudquery/plugin-sdk-javascript/issues/88)) ([677c305](https://github.com/cloudquery/plugin-sdk-javascript/commit/677c3052f97b2aa5cc449e5a13c2d96842373174))
* **deps:** Update dependency @types/luxon to v3.3.3 ([#89](https://github.com/cloudquery/plugin-sdk-javascript/issues/89)) ([d1ddb85](https://github.com/cloudquery/plugin-sdk-javascript/commit/d1ddb85edaf55c0318271042f5bbe35940245441))
* **deps:** Update dependency @types/uuid to v9.0.6 ([#91](https://github.com/cloudquery/plugin-sdk-javascript/issues/91)) ([97af854](https://github.com/cloudquery/plugin-sdk-javascript/commit/97af854f643617226d9c61799734eb95ffbf7802))
* **deps:** Update dependency @types/yargs to v17.0.29 ([#92](https://github.com/cloudquery/plugin-sdk-javascript/issues/92)) ([f14508e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f14508ec26a6b8b80a1ff65a397d8fc69854684a))
* **deps:** Update dependency eslint to v8.52.0 ([#94](https://github.com/cloudquery/plugin-sdk-javascript/issues/94)) ([5b33b9a](https://github.com/cloudquery/plugin-sdk-javascript/commit/5b33b9a2b49661a06999621016da927bc44063f5))
* **deps:** Update dependency eslint-plugin-import to v2.29.0 ([#95](https://github.com/cloudquery/plugin-sdk-javascript/issues/95)) ([e124ec7](https://github.com/cloudquery/plugin-sdk-javascript/commit/e124ec7c7f8732f8bc6cc9c786116f650b4f140e))
* **deps:** Update dependency eslint-plugin-n to v16.2.0 ([#96](https://github.com/cloudquery/plugin-sdk-javascript/issues/96)) ([2b206d2](https://github.com/cloudquery/plugin-sdk-javascript/commit/2b206d2f07414cbcf0991d9363a5865acd56045d))
* **deps:** Update dependency eslint-plugin-prettier to v5.0.1 ([#93](https://github.com/cloudquery/plugin-sdk-javascript/issues/93)) ([d2095b2](https://github.com/cloudquery/plugin-sdk-javascript/commit/d2095b2f04c2bd190040658899396f0603801a8d))

## [0.0.8](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.0.7...v0.0.8) (2023-10-12)


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.0.8",
"version": "0.0.9",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit cc5a168

Please sign in to comment.