Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor authored Oct 11, 2024
1 parent 6000ff0 commit 602fca6
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.1.1"}
{".":"0.1.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/baz-scm/pgmq-ts/compare/v0.1.1...v0.1.2) (2024-10-11)


### ✨ New Features

* Add Queue struct and expose functionality ([#5](https://github.com/baz-scm/pgmq-ts/issues/5)) ([6000ff0](https://github.com/baz-scm/pgmq-ts/commit/6000ff0cf4e6e66bd85ba3d0c75f5062dcdf2c94))

## [0.1.1](https://github.com/baz-scm/pgmq-ts/compare/v0.1.0...v0.1.1) (2024-10-10)


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.1.1",
"version": "0.1.2",
"main": "index.ts",
"scripts": {
"prepare": "pnpm run lint && pnpm run format:fix",
Expand Down

0 comments on commit 602fca6

Please sign in to comment.