Skip to content

Commit

Permalink
chore: release v5.4.1 (#12)
Browse files Browse the repository at this point in the history
* chore: release v5.4.1

* chore: update changelog file
  • Loading branch information
rameshlohala authored Jan 19, 2023
1 parent caef00a commit 4b05d70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4b05d70

Please sign in to comment.