Skip to content

Commit 98068de

Browse files
committed
chore(main): Release v0.1.29
1 parent f72ae5a commit 98068de

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.28"
2+
".": "0.1.29"
33
}

CHANGELOG.md

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

3+
## [0.1.29](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.28...v0.1.29) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency ava to v6.4.1 ([#289](https://github.com/cloudquery/plugin-sdk-javascript/issues/289)) ([d3d5a4a](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3d5a4a1eb7d775f7efa81985797e24a762c72df))
9+
* **deps:** Update dependency execa to v9.6.0 ([#290](https://github.com/cloudquery/plugin-sdk-javascript/issues/290)) ([6f5925d](https://github.com/cloudquery/plugin-sdk-javascript/commit/6f5925d24b1b946bc2bd64543a54f5713d24a049))
10+
* **deps:** Update dependency luxon to v3.7.1 ([#292](https://github.com/cloudquery/plugin-sdk-javascript/issues/292)) ([7b5fd8e](https://github.com/cloudquery/plugin-sdk-javascript/commit/7b5fd8e0f745dd8f6e89c3bef135339c27637200))
11+
* **deps:** Update dependency modern-errors to v7.1.2 ([#293](https://github.com/cloudquery/plugin-sdk-javascript/issues/293)) ([f72ae5a](https://github.com/cloudquery/plugin-sdk-javascript/commit/f72ae5aff02edad8fd9ec87e4689f62d0f75f30c))
12+
313
## [0.1.28](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.27...v0.1.28) (2025-07-16)
414

515

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

0 commit comments

Comments
 (0)