Skip to content

Commit

Permalink
chore(main): Release v0.0.24 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot authored Jul 30, 2024
1 parent fa30808 commit 2b19ab3
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.0.23"
".": "0.0.24"
}
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.24](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.23...v0.0.24) (2024-07-30)


### Bug Fixes

* Generate JavaScript Code from `plugin-pb` ([#68](https://github.com/cloudquery/plugin-pb-javascript/issues/68)) ([fa30808](https://github.com/cloudquery/plugin-pb-javascript/commit/fa30808735c8e4c4713fe807f1e6c53a4d5905ab))

## [0.0.23](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.22...v0.0.23) (2024-07-30)


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.23",
"version": "0.0.24",
"files": [
"dist"
],
Expand Down

0 comments on commit 2b19ab3

Please sign in to comment.