Skip to content

Commit c45efb3

Browse files
committed
chore(main): Release v0.1.7
1 parent 7e98f6a commit c45efb3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.6...v0.1.7) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @grpc/grpc-js to v1.10.1 ([#139](https://github.com/cloudquery/plugin-sdk-javascript/issues/139)) ([3fa3bdf](https://github.com/cloudquery/plugin-sdk-javascript/commit/3fa3bdf35d83f9334f38c1356915c37ec98ed7a5))
9+
* **deps:** Update dependency ava to v6.1.2 ([#136](https://github.com/cloudquery/plugin-sdk-javascript/issues/136)) ([f347ef9](https://github.com/cloudquery/plugin-sdk-javascript/commit/f347ef95cf7e14268fa348669ae436babe3e66f6))
10+
* **deps:** Update dependency eslint to v8.57.0 ([#140](https://github.com/cloudquery/plugin-sdk-javascript/issues/140)) ([bb3612c](https://github.com/cloudquery/plugin-sdk-javascript/commit/bb3612c48b670ad59025e7175d0128ae3c35176b))
11+
* **deps:** Update dependency eslint-plugin-unused-imports to v3.1.0 ([#141](https://github.com/cloudquery/plugin-sdk-javascript/issues/141)) ([74cdb95](https://github.com/cloudquery/plugin-sdk-javascript/commit/74cdb950b93e92f5393a00668ab26728c7ec63fa))
12+
* **deps:** Update dependency semver to v7.6.0 ([#142](https://github.com/cloudquery/plugin-sdk-javascript/issues/142)) ([7e98f6a](https://github.com/cloudquery/plugin-sdk-javascript/commit/7e98f6aa18743cda3cabbb34bb26a7b6099ccb16))
13+
314
## [0.1.6](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.5...v0.1.6) (2024-02-12)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudquery/plugin-sdk-javascript",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"files": [
55
"dist",
66
"!dist/**/*.test.*",

0 commit comments

Comments
 (0)