Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 21, 2024
1 parent 476a059 commit 4734043
Show file tree
Hide file tree
Showing 6 changed files with 34 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.

# [2.2.0](https://github.com/waitingsong/pgmq-js/compare/v2.1.5...v2.2.0) (2024-09-21)


### Features

* **pgmq:** queue name accepts hyphen - with new version of pgmq v1.4.4 ([476a059](https://github.com/waitingsong/pgmq-js/commit/476a059a8847c86cf2f1bc62e58c87ce2212a55e))





## [2.1.5](https://github.com/waitingsong/pgmq-js/compare/v2.1.4...v2.1.5) (2024-09-18)

**Note:** Version bump only for package pgmq-js
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": "2.1.5",
"version": "2.2.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mwcp-pgmq-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/waitingsong/pgmq-js/compare/v2.1.5...v2.2.0) (2024-09-21)

**Note:** Version bump only for package @mwcp/pgmq





## [2.1.5](https://github.com/waitingsong/pgmq-js/compare/v2.1.4...v2.1.5) (2024-09-18)

**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": "2.1.5",
"version": "2.2.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": "^2.1.5"
"@waiting/pgmq-js": "^2.2.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.

# [2.2.0](https://github.com/waitingsong/pgmq-js/compare/v2.1.5...v2.2.0) (2024-09-21)


### Features

* **pgmq:** queue name accepts hyphen - with new version of pgmq v1.4.4 ([476a059](https://github.com/waitingsong/pgmq-js/commit/476a059a8847c86cf2f1bc62e58c87ce2212a55e))





## [2.1.5](https://github.com/waitingsong/pgmq-js/compare/v2.1.4...v2.1.5) (2024-09-18)

**Note:** Version bump only for package @waiting/pgmq-js
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": "2.1.5",
"version": "2.2.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js",
"private": false,
"keywords": [
Expand Down

0 comments on commit 4734043

Please sign in to comment.