Skip to content

Commit b16de4e

Browse files
committed
chore(main): Release v0.1.31
1 parent bd4be50 commit b16de4e

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.30"
2+
".": "0.1.31"
33
}

CHANGELOG.md

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

3+
## [0.1.31](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.30...v0.1.31) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @grpc/grpc-js to v1.14.1 ([#317](https://github.com/cloudquery/plugin-sdk-javascript/issues/317)) ([4bf2a90](https://github.com/cloudquery/plugin-sdk-javascript/commit/4bf2a9040efce2df4f5cfff811da4180fc9ddbeb))
9+
* **deps:** Update dependency @tsconfig/node20 to v20.1.8 ([#318](https://github.com/cloudquery/plugin-sdk-javascript/issues/318)) ([a456dd0](https://github.com/cloudquery/plugin-sdk-javascript/commit/a456dd0400f7aca3c10bcb185e9fdba99876394e))
10+
* **deps:** Update dependency @types/yargs to v17.0.34 ([#312](https://github.com/cloudquery/plugin-sdk-javascript/issues/312)) ([7b7063c](https://github.com/cloudquery/plugin-sdk-javascript/commit/7b7063c01b6af3207e77e0b018e9bf4146b92e7c))
11+
* **deps:** Update dependency @types/yargs to v17.0.35 ([#319](https://github.com/cloudquery/plugin-sdk-javascript/issues/319)) ([bd4be50](https://github.com/cloudquery/plugin-sdk-javascript/commit/bd4be505010133e38bcd2c40e97b1363fee9efc5))
12+
* **deps:** Update dependency modern-errors to v7.1.4 ([#313](https://github.com/cloudquery/plugin-sdk-javascript/issues/313)) ([5de647e](https://github.com/cloudquery/plugin-sdk-javascript/commit/5de647e5079fa324d7976eb2288952f3f2f3d26d))
13+
* **deps:** Update dependency semver to v7.7.3 ([#315](https://github.com/cloudquery/plugin-sdk-javascript/issues/315)) ([e77fb69](https://github.com/cloudquery/plugin-sdk-javascript/commit/e77fb69753e66bf8e2d1e83a1c2cc00eb2ddae2e))
14+
* **deps:** Update dependency typescript to v5.9.3 ([#316](https://github.com/cloudquery/plugin-sdk-javascript/issues/316)) ([fd23688](https://github.com/cloudquery/plugin-sdk-javascript/commit/fd236887bb0383ae68a622043f58f57befaf27f7))
15+
316
## [0.1.30](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.29...v0.1.30) (2025-10-01)
417

518

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.30",
3+
"version": "0.1.31",
44
"files": [
55
"dist",
66
"!dist/**/*.test.*",

0 commit comments

Comments
 (0)