Skip to content

Commit 012dddd

Browse files
committed
chore(main): Release v0.1.34
1 parent 96faedf commit 012dddd

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.33"
2+
".": "0.1.34"
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.34](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.33...v0.1.34) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @tsconfig/node20 to v20.1.9 ([#348](https://github.com/cloudquery/plugin-sdk-javascript/issues/348)) ([d921b0c](https://github.com/cloudquery/plugin-sdk-javascript/commit/d921b0c723b3482ace2b80c28b6f77e69a459a5d))
9+
* **deps:** Update dependency semver to v7.7.4 ([#349](https://github.com/cloudquery/plugin-sdk-javascript/issues/349)) ([22b308e](https://github.com/cloudquery/plugin-sdk-javascript/commit/22b308ed07eb2f1e21854f73ec108d4b511878ae))
10+
* **deps:** Update dependency tempy to v3.2.0 ([#350](https://github.com/cloudquery/plugin-sdk-javascript/issues/350)) ([a378078](https://github.com/cloudquery/plugin-sdk-javascript/commit/a378078d6338431a2530ed4d3bff959497676c5f))
11+
* Update `glob` via overrides ([#355](https://github.com/cloudquery/plugin-sdk-javascript/issues/355)) ([96faedf](https://github.com/cloudquery/plugin-sdk-javascript/commit/96faedf3ce9bf6bda4c37a125b0300007e0db8d4))
12+
313
## [0.1.33](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.32...v0.1.33) (2026-02-18)
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.33",
3+
"version": "0.1.34",
44
"files": [
55
"dist",
66
"!dist/**/*.test.*",

0 commit comments

Comments
 (0)