Skip to content

Commit

Permalink
chore(main): Release v0.1.14 (#182)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.1.14](v0.1.13...v0.1.14) (2024-06-19)


### Bug Fixes

* Parent resource is not passed to table resolvers ([#181](#181)) ([d992df5](d992df5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Jun 19, 2024
1 parent d992df5 commit cfaa6f3
Show file tree
Hide file tree
Showing 4 changed files with 11 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.13"
".": "0.1.14"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.14](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.13...v0.1.14) (2024-06-19)


### Bug Fixes

* Parent resource is not passed to table resolvers ([#181](https://github.com/cloudquery/plugin-sdk-javascript/issues/181)) ([d992df5](https://github.com/cloudquery/plugin-sdk-javascript/commit/d992df55124c0ddedd489336c2afce7f97e93eaf))

## [0.1.13](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.12...v0.1.13) (2024-06-11)


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.13",
"version": "0.1.14",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit cfaa6f3

Please sign in to comment.