Skip to content

Commit

Permalink
chore(main): Release v0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Feb 3, 2025
1 parent 9bb3fb6 commit 65babe9
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.22"
".": "0.1.23"
}
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.23](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.22...v0.1.23) (2025-02-03)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.31 ([#264](https://github.com/cloudquery/plugin-sdk-javascript/issues/264)) ([9bb3fb6](https://github.com/cloudquery/plugin-sdk-javascript/commit/9bb3fb64d3b3debd4c539e553578c73225265cd3))
* **deps:** Update dependency p-timeout to v6.1.4 ([#257](https://github.com/cloudquery/plugin-sdk-javascript/issues/257)) ([0019a7c](https://github.com/cloudquery/plugin-sdk-javascript/commit/0019a7c3877ff501a4fc795fcbc8423c40e4b6ad))
* **deps:** Update dependency typescript to v5.7.3 ([#258](https://github.com/cloudquery/plugin-sdk-javascript/issues/258)) ([ed0d619](https://github.com/cloudquery/plugin-sdk-javascript/commit/ed0d619be4f52465eba07681549d99c993daa1c1))
* **deps:** Update dependency uuid to v11.0.5 ([#260](https://github.com/cloudquery/plugin-sdk-javascript/issues/260)) ([7bed538](https://github.com/cloudquery/plugin-sdk-javascript/commit/7bed538a7cfac489acdc1eac1e708c8dc31657aa))
* **deps:** Update eslint packages ([#261](https://github.com/cloudquery/plugin-sdk-javascript/issues/261)) ([beaf022](https://github.com/cloudquery/plugin-sdk-javascript/commit/beaf0227d4a4de56e531fc6787245b6af40d6ce8))

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


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

0 comments on commit 65babe9

Please sign in to comment.