Skip to content

Commit d113f64

Browse files
authored
chore(main): Release v0.1.8 (#154)
🤖 I have created a release *beep* *boop* --- ## [0.1.8](v0.1.7...v0.1.8) (2024-04-01) ### Bug Fixes * **deps:** Update dependency @grpc/grpc-js to v1.10.4 ([#146](#146)) ([23f532d](23f532d)) * **deps:** Update dependency @tsconfig/node20 to v20.1.4 ([#147](#147)) ([727d75a](727d75a)) * **deps:** Update dependency typescript to v5.4.3 ([#149](#149)) ([e33acf6](e33acf6)) * **deps:** Update dependency winston to v3.13.0 ([#150](#150)) ([7bf728e](7bf728e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3cbef85 commit d113f64

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.7"
2+
".": "0.1.8"
33
}

CHANGELOG.md

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

3+
## [0.1.8](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.7...v0.1.8) (2024-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @grpc/grpc-js to v1.10.4 ([#146](https://github.com/cloudquery/plugin-sdk-javascript/issues/146)) ([23f532d](https://github.com/cloudquery/plugin-sdk-javascript/commit/23f532d2c284f242ebe3524b4fc504828e9d6be4))
9+
* **deps:** Update dependency @tsconfig/node20 to v20.1.4 ([#147](https://github.com/cloudquery/plugin-sdk-javascript/issues/147)) ([727d75a](https://github.com/cloudquery/plugin-sdk-javascript/commit/727d75a1447476a63a8a020316000dcf6bd25642))
10+
* **deps:** Update dependency typescript to v5.4.3 ([#149](https://github.com/cloudquery/plugin-sdk-javascript/issues/149)) ([e33acf6](https://github.com/cloudquery/plugin-sdk-javascript/commit/e33acf6403fbfb0092b4a5c138ef206ec8023104))
11+
* **deps:** Update dependency winston to v3.13.0 ([#150](https://github.com/cloudquery/plugin-sdk-javascript/issues/150)) ([7bf728e](https://github.com/cloudquery/plugin-sdk-javascript/commit/7bf728eacc6950ea4892f5fe596407e4a9b6fc7b))
12+
313
## [0.1.7](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.6...v0.1.7) (2024-03-01)
414

515

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

0 commit comments

Comments
 (0)