Skip to content

Commit

Permalink
chore(main): release 0.2.6 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: internal-baz-ci-app[bot] <173081113+internal-baz-ci-app[bot]@users.noreply.github.com>
  • Loading branch information
internal-baz-ci-app[bot] authored Oct 14, 2024
1 parent 876cfe4 commit c51293b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.5"}
{".":"0.2.6"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.6](https://github.com/baz-scm/pgmq-ts/compare/v0.2.5...v0.2.6) (2024-10-11)


### 🐛 Bug Fixes

* Leverage GH app token instead of user PAT ([30334bd](https://github.com/baz-scm/pgmq-ts/commit/30334bd613be54c5524d0ba8671a838e67bd5e5f))
* Move all SQL to queries.ts ([876cfe4](https://github.com/baz-scm/pgmq-ts/commit/876cfe4bbbb0fc9a20b0cde0495c16bdaa97ebfa))

## [0.2.5](https://github.com/baz-scm/pgmq-ts/compare/v0.2.4...v0.2.5) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baz-scm/pgmq-ts",
"version": "0.2.5",
"version": "0.2.6",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit c51293b

Please sign in to comment.