Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Feb 11, 2024
1 parent 22af912 commit 373c935
Show file tree
Hide file tree
Showing 26 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## NEXT
## 1.2.0

- Allow passing session and other options to `Publisher.publish`
- Update deps
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/BatchPublisher.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/Consumer.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/MessageQueue.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/Publisher.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/Subscriber.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/Subscription.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/interfaces/BatchPublisherOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ConsumerEvents.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ConsumerMetadata.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/interfaces/ConsumerOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ErrorEvents.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/MessageQueueEvents.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/interfaces/MessageQueueOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/PublisherOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/SubscriberOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/SubscriptionOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/WithOptionalObjectId.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/BatchPublisherEvents.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ConsumerCallback.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SubscriberEvents.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SubscriptionCallback.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SubscriptionEvents.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/TypedEventEmitter.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongomq2",
"version": "1.1.0",
"version": "1.2.0",
"description": "A general-purpose message and event queuing library for MongoDB",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 373c935

Please sign in to comment.