Skip to content

Commit

Permalink
v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 10, 2025
1 parent b50dc6d commit 4f94961
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.8.0](https://github.com/waitingsong/pgmq-js/compare/v6.7.0...v6.8.0) (2025-01-10)


### Features

* **pgmq:** Partition Class ([b50dc6d](https://github.com/waitingsong/pgmq-js/commit/b50dc6dcabf6e8986e12687400c4cb69613893d1))





# [6.7.0](https://github.com/waitingsong/pgmq-js/compare/v6.6.1...v6.7.0) (2025-01-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.7.0",
"version": "6.8.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/mwcp-pgmq-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.8.0](https://github.com/waitingsong/pgmq-js/compare/v6.7.0...v6.8.0) (2025-01-10)


### Features

* **pgmq:** Partition Class ([b50dc6d](https://github.com/waitingsong/pgmq-js/commit/b50dc6dcabf6e8986e12687400c4cb69613893d1))





# [6.7.0](https://github.com/waitingsong/pgmq-js/compare/v6.6.1...v6.7.0) (2025-01-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/mwcp-pgmq-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/pgmq",
"author": "waiting",
"version": "6.7.0",
"version": "6.8.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js, supports transaction and exchange via Route",
"private": false,
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^41.0.0",
"@waiting/pgmq-js": "^6.7.0"
"@waiting/pgmq-js": "^6.8.0"
},
"engines": {
"node": ">=18.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/pgmq-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.8.0](https://github.com/waitingsong/pgmq-js/compare/v6.7.0...v6.8.0) (2025-01-10)


### Features

* **pgmq:** Partition Class ([b50dc6d](https://github.com/waitingsong/pgmq-js/commit/b50dc6dcabf6e8986e12687400c4cb69613893d1))





# [6.7.0](https://github.com/waitingsong/pgmq-js/compare/v6.6.1...v6.7.0) (2025-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/pgmq-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waiting/pgmq-js",
"author": "waiting",
"version": "6.7.0",
"version": "6.8.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library, supports transaction and exchange via Route",
"private": false,
"keywords": [
Expand Down

0 comments on commit 4f94961

Please sign in to comment.