Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Aug 25, 2024
1 parent 9aa0ff9 commit 2185bfc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.1.0](https://github.com/waitingsong/pgmq-js/compare/v2.0.2...v2.1.0) (2024-08-25)


### Features

* **mwcp:** expose type DbConfig ([9aa0ff9](https://github.com/waitingsong/pgmq-js/commit/9aa0ff99b26a665aa583318c791556be258f0dad))





## [2.0.2](https://github.com/waitingsong/pgmq-js/compare/v2.0.1...v2.0.2) (2024-08-24)

**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.0.2",
"version": "2.1.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.

# [2.1.0](https://github.com/waitingsong/pgmq-js/compare/v2.0.2...v2.1.0) (2024-08-25)


### Features

* **mwcp:** expose type DbConfig ([9aa0ff9](https://github.com/waitingsong/pgmq-js/commit/9aa0ff99b26a665aa583318c791556be258f0dad))





## [2.0.2](https://github.com/waitingsong/pgmq-js/compare/v2.0.1...v2.0.2) (2024-08-24)

**Note:** Version bump only for package @mwcp/pgmq
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "2.1.0",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js",
"private": false,
"keywords": [
Expand Down

0 comments on commit 2185bfc

Please sign in to comment.