Skip to content

Commit 8d4c3c0

Browse files
committed
chore(main): Release v0.1.11
1 parent 0387ea3 commit 8d4c3c0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.10"
2+
".": "0.1.11"
33
}

CHANGELOG.md

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

3+
## [0.1.11](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.10...v0.1.11) (2024-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @grpc/grpc-js to v1.10.6 ([#159](https://github.com/cloudquery/plugin-sdk-javascript/issues/159)) ([04929b4](https://github.com/cloudquery/plugin-sdk-javascript/commit/04929b4e33ea087b211e5f87c0b4c4951a283bc9))
9+
* **deps:** Update dependency ajv to v8.13.0 ([#164](https://github.com/cloudquery/plugin-sdk-javascript/issues/164)) ([d3d0377](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3d03773376ffa03a147ada112fcfc9cc4e4854c))
10+
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#165](https://github.com/cloudquery/plugin-sdk-javascript/issues/165)) ([0387ea3](https://github.com/cloudquery/plugin-sdk-javascript/commit/0387ea3293f0ccc1b8982bde25b5f55a60776868))
11+
* **deps:** Update dependency modern-errors to v7.0.1 ([#160](https://github.com/cloudquery/plugin-sdk-javascript/issues/160)) ([df916b5](https://github.com/cloudquery/plugin-sdk-javascript/commit/df916b51597af9b8ed0e248d64c064374179f250))
12+
* **deps:** Update dependency p-map to v7.0.2 ([#162](https://github.com/cloudquery/plugin-sdk-javascript/issues/162)) ([3c41e74](https://github.com/cloudquery/plugin-sdk-javascript/commit/3c41e74493d90d7c0669a938dabf8bca0d3bcf02))
13+
* **deps:** Update dependency typescript to v5.4.5 ([#163](https://github.com/cloudquery/plugin-sdk-javascript/issues/163)) ([22af059](https://github.com/cloudquery/plugin-sdk-javascript/commit/22af0597134a66a1e575513fa389c2dd99f64f6d))
14+
315
## [0.1.10](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.9...v0.1.10) (2024-04-11)
416

517

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

0 commit comments

Comments
 (0)