Skip to content

Commit

Permalink
chore(main): release 0.2.9 (#26)
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 23, 2024
1 parent 1d6d383 commit 4e99e81
Show file tree
Hide file tree
Showing 3 changed files with 9 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.8"}
{".":"0.2.9"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.9](https://github.com/baz-scm/pgmq-ts/compare/v0.2.8...v0.2.9) (2024-10-22)


### ✨ New Features

* return nullable messages from readMessage if message doesn't exist ([#25](https://github.com/baz-scm/pgmq-ts/issues/25)) ([1d6d383](https://github.com/baz-scm/pgmq-ts/commit/1d6d3830ed8a9f92b6b6a7031b4cb88d4edc9b06))

## [0.2.8](https://github.com/baz-scm/pgmq-ts/compare/v0.2.7...v0.2.8) (2024-10-22)


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.8",
"version": "0.2.9",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 4e99e81

Please sign in to comment.