Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 22, 2024
1 parent 9eb7769 commit 48bfe1f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/waitingsong/pgmq-js/compare/v4.0.0...v5.0.0) (2024-09-22)


### Features

* **mwcp:** use new parameter style of pgmq-js ([adec22a](https://github.com/waitingsong/pgmq-js/commit/adec22aba614c19647c2438a00dcb7733fa086e2))
* **pgmq:** breaking change parameter to single options of QueueManager methods ([5210ec6](https://github.com/waitingsong/pgmq-js/commit/5210ec69d5ea5712b1b82b595a61c92b5871146c))





# [4.0.0](https://github.com/waitingsong/pgmq-js/compare/v3.0.1...v4.0.0) (2024-09-21)


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": "4.0.0",
"version": "5.0.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.

# [5.0.0](https://github.com/waitingsong/pgmq-js/compare/v4.0.0...v5.0.0) (2024-09-22)


### Features

* **mwcp:** use new parameter style of pgmq-js ([adec22a](https://github.com/waitingsong/pgmq-js/commit/adec22aba614c19647c2438a00dcb7733fa086e2))





# [4.0.0](https://github.com/waitingsong/pgmq-js/compare/v3.0.1...v4.0.0) (2024-09-21)

**Note:** Version bump only for package @mwcp/pgmq
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": "4.0.0",
"version": "5.0.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js",
"private": false,
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^38.2.1",
"@waiting/pgmq-js": "^4.0.0"
"@waiting/pgmq-js": "^5.0.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.

# [5.0.0](https://github.com/waitingsong/pgmq-js/compare/v4.0.0...v5.0.0) (2024-09-22)


### Features

* **pgmq:** breaking change parameter to single options of QueueManager methods ([5210ec6](https://github.com/waitingsong/pgmq-js/commit/5210ec69d5ea5712b1b82b595a61c92b5871146c))





# [4.0.0](https://github.com/waitingsong/pgmq-js/compare/v3.0.1...v4.0.0) (2024-09-21)


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": "4.0.0",
"version": "5.0.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js",
"private": false,
"keywords": [
Expand Down

0 comments on commit 48bfe1f

Please sign in to comment.