From 4b05d7045d0d7042e476777d347c6d8bc85c8fb0 Mon Sep 17 00:00:00 2001 From: Ramesh Date: Thu, 19 Jan 2023 12:14:44 +0545 Subject: [PATCH] chore: release v5.4.1 (#12) * chore: release v5.4.1 * chore: update changelog file --- CHANGELOG.md | 23 +++-------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4282cb..41095df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,10 @@ -## [5.4.1](https://github.com/thomwright/postgres-migrations/compare/v5.4.0...v5.4.1) (2023-01-19) - - - -# [5.4.0](https://github.com/thomwright/postgres-migrations/compare/v5.3.0...v5.4.0) (2023-01-18) - - -### Bug Fixes - -* makefile ([321d8cb](https://github.com/thomwright/postgres-migrations/commit/321d8cb75b202313d0729e10672a07564c03b1ac)) - - -### Features +# Changelog -* add environment variable ([930b07c](https://github.com/thomwright/postgres-migrations/commit/930b07c736aafaf25985536480a96026b8118207)) -* add makefile for shipjs ([af0743b](https://github.com/thomwright/postgres-migrations/commit/af0743bbeb20170e7d317543a2dbe4b41d87fcf3)) -* add migration based on schema ([7155129](https://github.com/thomwright/postgres-migrations/commit/71551299b4692c2beaa9d62f82b60c377cc2071d)) +## [5.4.1](https://github.com/thomwright/postgres-migrations/compare/v5.4.0...v5.4.1) (2023-01-19) -# [5.4.0](https://github.com/thomwright/postgres-migrations/compare/v5.3.0...v5.4.0) (2023-01-18) +## [5.4.0](https://github.com/thomwright/postgres-migrations/compare/v5.3.0...v5.4.0) (2023-01-18) ### Bug Fixes @@ -33,9 +19,6 @@ * add migration based on schema ([7155129](https://github.com/thomwright/postgres-migrations/commit/71551299b4692c2beaa9d62f82b60c377cc2071d)) - -# Changelog - ## 5.3.0 - [DEPRECATION] Deprecate `createDb` diff --git a/package.json b/package.json index ea8485f..a50a886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dzangolab/postgres-migrations", - "version": "5.4.0", + "version": "5.4.1", "description": "Stack Overflow style database migrations for PostgreSQL", "main": "dist/index.js", "types": "dist/index.d.ts",