Skip to content

Commit

Permalink
1.0.7 and 1.1.1 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Aug 8, 2023
1 parent c176d94 commit d81d982
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/diagnostic-channel-publishers/CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Diagnostic Channel Publishers Change List

### 1.0.7 August 2023

* Update dependencies with security vulnerabilities.

### 1.0.6 April, 2023

* Add support for cursor and streams in Postgres.
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostic-channel-publishers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diagnostic-channel-publishers",
"version": "1.0.6",
"version": "1.0.7",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/diagnostic-channel/CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Diagnostic Channel Change List

### 1.1.1 August 2023

* Update dependencies with security vulnerabilities

### 1.1.0 January 2022

* Add callback to notify about patched modules
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostic-channel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diagnostic-channel",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/src/channel.js",
"types": "./dist/src/channel.d.ts",
"scripts": {
Expand Down

0 comments on commit d81d982

Please sign in to comment.