Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): Release v0.0.15
  • Loading branch information
cq-bot committed Feb 7, 2024
commit cdf39e01efa076cf85db797b17fa3abc888d81e1
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.0.14"
".": "0.0.15"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.15](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.14...v0.0.15) (2024-02-07)


### Bug Fixes

* Generate JavaScript Code from `plugin-pb` ([#42](https://github.com/cloudquery/plugin-pb-javascript/issues/42)) ([7bc54c1](https://github.com/cloudquery/plugin-pb-javascript/commit/7bc54c1d88ae4679abf54ad03f8793a2dc7775de))

## [0.0.14](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.13...v0.0.14) (2024-02-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-pb-javascript",
"version": "0.0.14",
"version": "0.0.15",
"files": [
"dist"
],
Expand Down