Skip to content

Commit 419df94

Browse files
committed
chore(main): Release v0.1.21
1 parent 8f0754c commit 419df94

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.20"
2+
".": "0.1.21"
33
}

CHANGELOG.md

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

3+
## [0.1.21](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.20...v0.1.21) (2024-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency typescript to v5.7.2 ([#241](https://github.com/cloudquery/plugin-sdk-javascript/issues/241)) ([14289b3](https://github.com/cloudquery/plugin-sdk-javascript/commit/14289b3a8e08ac20cba3d3a209cc553b5d762c48))
9+
* **deps:** Update dependency winston to v3.17.0 ([#242](https://github.com/cloudquery/plugin-sdk-javascript/issues/242)) ([8f0754c](https://github.com/cloudquery/plugin-sdk-javascript/commit/8f0754ce5bc0c238a4868b534e91372ff99f94f5))
10+
311
## [0.1.20](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.19...v0.1.20) (2024-11-04)
412

513

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

0 commit comments

Comments
 (0)