Skip to content

Commit

Permalink
chore(main): release 0.2.4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor authored Oct 11, 2024
1 parent 62eaba6 commit 217b72b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.3"}
{".":"0.2.4"}
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.4](https://github.com/baz-scm/pgmq-ts/compare/v0.2.3...v0.2.4) (2024-10-11)


### 🐛 Bug Fixes

* package dist dir ([62eaba6](https://github.com/baz-scm/pgmq-ts/commit/62eaba6ba38e3286db0658af5d2b9ae5a7d09b8c))

## [0.2.3](https://github.com/baz-scm/pgmq-ts/compare/v0.2.2...v0.2.3) (2024-10-11)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@baz-scm/pgmq-ts",
"version": "0.2.3",
"version": "0.2.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/src"],
"files": [
"dist/src"
],
"scripts": {
"build": "tsc",
"prepare": "pnpm run lint && pnpm run format:fix",
Expand Down

0 comments on commit 217b72b

Please sign in to comment.