Skip to content

Commit 1efa124

Browse files
committed
chore(main): Release v0.1.22
1 parent 2908744 commit 1efa124

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.21"
2+
".": "0.1.22"
33
}

CHANGELOG.md

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

3+
## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](https://github.com/cloudquery/plugin-sdk-javascript/issues/251)) ([7f14cd1](https://github.com/cloudquery/plugin-sdk-javascript/commit/7f14cd1d255075120df1fee4557aea7de5f94026))
9+
* **deps:** Update dependency execa to v9.5.2 ([#252](https://github.com/cloudquery/plugin-sdk-javascript/issues/252)) ([e29bc9f](https://github.com/cloudquery/plugin-sdk-javascript/commit/e29bc9f4b4c05b256711032e73a189dec623d0ec))
10+
* **deps:** Update dependency p-map to v7.0.3 ([#254](https://github.com/cloudquery/plugin-sdk-javascript/issues/254)) ([2908744](https://github.com/cloudquery/plugin-sdk-javascript/commit/29087448c5a86e21f0af179eddd43aaac026513c))
11+
312
## [0.1.21](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.20...v0.1.21) (2024-12-02)
413

514

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

0 commit comments

Comments
 (0)