Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e788b6

Browse files
committedMay 1, 2025·
chore(main): Release v0.1.26
1 parent ba90ab7 commit 3e788b6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.25"
2+
".": "0.1.26"
33
}

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.26](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.25...v0.1.26) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency prettier to v3.5.3 ([#277](https://github.com/cloudquery/plugin-sdk-javascript/issues/277)) ([8376dba](https://github.com/cloudquery/plugin-sdk-javascript/commit/8376dbaa0e539654ac4598bd4dd4754beafe6d75))
9+
* **deps:** Update dependency winston-error-format to v3.0.2 ([#278](https://github.com/cloudquery/plugin-sdk-javascript/issues/278)) ([ba90ab7](https://github.com/cloudquery/plugin-sdk-javascript/commit/ba90ab7ab39c13168e29025a8d4b1e1faf07aefb))
10+
311
## [0.1.25](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.24...v0.1.25) (2025-04-01)
412

513

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudquery/plugin-sdk-javascript",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"files": [
55
"dist",
66
"!dist/**/*.test.*",

0 commit comments

Comments
 (0)
Please sign in to comment.