Skip to content

Commit

Permalink
chore(main): Release v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Nov 1, 2024
1 parent 6b2ea8d commit 758b8bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.19"
".": "0.1.20"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.20](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.19...v0.1.20) (2024-11-01)


### Bug Fixes

* **deps:** Update dependency p-timeout to v6.1.3 ([#231](https://github.com/cloudquery/plugin-sdk-javascript/issues/231)) ([dc4e921](https://github.com/cloudquery/plugin-sdk-javascript/commit/dc4e9211d19f0cbbedc2c5ae3c06be2576b1be60))
* **deps:** Update dependency typescript to v5.6.3 ([#232](https://github.com/cloudquery/plugin-sdk-javascript/issues/232)) ([6b2ea8d](https://github.com/cloudquery/plugin-sdk-javascript/commit/6b2ea8d1e02428e8db7c997d1be0430471417d68))

## [0.1.19](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.18...v0.1.19) (2024-10-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/plugin-sdk-javascript",
"version": "0.1.19",
"version": "0.1.20",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit 758b8bf

Please sign in to comment.