Skip to content

Commit

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


## [0.1.11](v0.1.10...v0.1.11) (2024-05-01)


### Bug Fixes

* **deps:** Update dependency @grpc/grpc-js to v1.10.6 ([#159](#159)) ([04929b4](04929b4))
* **deps:** Update dependency ajv to v8.13.0 ([#164](#164)) ([d3d0377](d3d0377))
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#165](#165)) ([0387ea3](0387ea3))
* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#166](#166)) ([c8d5fce](c8d5fce))
* **deps:** Update dependency modern-errors to v7.0.1 ([#160](#160)) ([df916b5](df916b5))
* **deps:** Update dependency p-map to v7.0.2 ([#162](#162)) ([3c41e74](3c41e74))
* **deps:** Update dependency typescript to v5.4.5 ([#163](#163)) ([22af059](22af059))
* **deps:** Update typescript-eslint monorepo to v7.8.0 ([#167](#167)) ([68a3c39](68a3c39))

---
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 May 6, 2024
1 parent 68a3c39 commit 8953eb9
Show file tree
Hide file tree
Showing 4 changed files with 18 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.10"
".": "0.1.11"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.11](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.10...v0.1.11) (2024-05-01)


### Bug Fixes

* **deps:** Update dependency @grpc/grpc-js to v1.10.6 ([#159](https://github.com/cloudquery/plugin-sdk-javascript/issues/159)) ([04929b4](https://github.com/cloudquery/plugin-sdk-javascript/commit/04929b4e33ea087b211e5f87c0b4c4951a283bc9))
* **deps:** Update dependency ajv to v8.13.0 ([#164](https://github.com/cloudquery/plugin-sdk-javascript/issues/164)) ([d3d0377](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3d03773376ffa03a147ada112fcfc9cc4e4854c))
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#165](https://github.com/cloudquery/plugin-sdk-javascript/issues/165)) ([0387ea3](https://github.com/cloudquery/plugin-sdk-javascript/commit/0387ea3293f0ccc1b8982bde25b5f55a60776868))
* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#166](https://github.com/cloudquery/plugin-sdk-javascript/issues/166)) ([c8d5fce](https://github.com/cloudquery/plugin-sdk-javascript/commit/c8d5fcefd6e50a736d72ddbccc81359c0eadadc7))
* **deps:** Update dependency modern-errors to v7.0.1 ([#160](https://github.com/cloudquery/plugin-sdk-javascript/issues/160)) ([df916b5](https://github.com/cloudquery/plugin-sdk-javascript/commit/df916b51597af9b8ed0e248d64c064374179f250))
* **deps:** Update dependency p-map to v7.0.2 ([#162](https://github.com/cloudquery/plugin-sdk-javascript/issues/162)) ([3c41e74](https://github.com/cloudquery/plugin-sdk-javascript/commit/3c41e74493d90d7c0669a938dabf8bca0d3bcf02))
* **deps:** Update dependency typescript to v5.4.5 ([#163](https://github.com/cloudquery/plugin-sdk-javascript/issues/163)) ([22af059](https://github.com/cloudquery/plugin-sdk-javascript/commit/22af0597134a66a1e575513fa389c2dd99f64f6d))
* **deps:** Update typescript-eslint monorepo to v7.8.0 ([#167](https://github.com/cloudquery/plugin-sdk-javascript/issues/167)) ([68a3c39](https://github.com/cloudquery/plugin-sdk-javascript/commit/68a3c393fc845af117852545069ca71877599042))

## [0.1.10](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.9...v0.1.10) (2024-04-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.10",
"version": "0.1.11",
"files": [
"dist",
"!dist/**/*.test.*",
Expand Down

0 comments on commit 8953eb9

Please sign in to comment.