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 5b33b9a commit 58a52f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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 @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-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 58a52f7

Please sign in to comment.