From 45d1ed57c43248bd2c6d5166fccc57d259c596fe Mon Sep 17 00:00:00 2001 From: Benjamin Chrobot Date: Thu, 11 Feb 2021 14:45:43 -0500 Subject: [PATCH] chore(release): 0.0.25 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1196521..2a80d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.0.25](https://github.com/politics-rewired/pg-compose/compare/v0.0.24...v0.0.25) (2021-02-11) + + +### Bug Fixes + +* add missing logger ([8764544](https://github.com/politics-rewired/pg-compose/commit/876454489f262296e62469d8143dfb3fcd516dcc)) + ### [0.0.24](https://github.com/politics-rewired/pg-compose/compare/v0.0.22...v0.0.24) (2021-02-11) diff --git a/package.json b/package.json index fd90df3..83fa1bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-compose", - "version": "0.0.24", + "version": "0.0.25", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",