Skip to content

Commit ae22eb1

Browse files
committed
chore(main): Release v0.1.26
1 parent 8376dba commit ae22eb1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
## [0.1.25](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.24...v0.1.25) (2025-04-01)
411

512

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)