Skip to content

Commit

Permalink
chore(main): Release v0.1.22 (#253)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.1.22](v0.1.21...v0.1.22) (2025-01-07)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](#256)) ([4ed12a0](4ed12a0))
* **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](#251)) ([7f14cd1](7f14cd1))
* **deps:** Update dependency execa to v9.5.2 ([#252](#252)) ([e29bc9f](e29bc9f))
* **deps:** Update dependency p-map to v7.0.3 ([#254](#254)) ([2908744](2908744))
* **deps:** Update dependency prettier to v3.4.2 ([#255](#255)) ([f2b747e](f2b747e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Jan 7, 2025
1 parent 4ed12a0 commit 3bed703
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.21"
".": "0.1.22"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-07)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](https://github.com/cloudquery/plugin-sdk-javascript/issues/256)) ([4ed12a0](https://github.com/cloudquery/plugin-sdk-javascript/commit/4ed12a0b31271f064a5d91b984c8a24a843da210))
* **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))
* **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))
* **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))
* **deps:** Update dependency prettier to v3.4.2 ([#255](https://github.com/cloudquery/plugin-sdk-javascript/issues/255)) ([f2b747e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2b747e823b3bd576d518e88d0d068e664560c1a))

## [0.1.21](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.20...v0.1.21) (2024-12-02)


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.1.21",
"version": "0.1.22",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit 3bed703

Please sign in to comment.