From 55f96286031aee5daf20dd6747305f05de45710e Mon Sep 17 00:00:00 2001 From: Benjamin Chrobot Date: Tue, 19 Oct 2021 09:05:40 -0400 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4dcb5..aaa5efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/politics-rewired/pg-amqp-bridge-node/compare/v1.3.0...v1.3.1) (2021-10-19) + ## [1.3.0](https://github.com/politics-rewired/pg-amqp-bridge-node/compare/v1.2.0...v1.3.0) (2021-03-05) diff --git a/package.json b/package.json index e4827cf..cff19d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-amqp-bridge-node", - "version": "1.3.0", + "version": "1.3.1", "description": "A Node port of pg-amqp-bridge to get around Postgresql SSL issues", "main": "build/main/index.js", "typings": "build/main/index.d.ts",