Skip to content

Commit 4b87ac2

Browse files
chore(release): pg-flyway-v1.3.0 [skip ci]
# [1.3.0](pg-flyway-v1.2.0...pg-flyway-v1.3.0) (2025-06-27) ### Features * add "pgFlywayHistoryTable" for change table with history of migrations ([9e40149](9e40149))
1 parent 9e40149 commit 4b87ac2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

libs/infrastructure/pg-flyway/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/pg-flyway-v1.2.0...pg-flyway-v1.3.0) (2025-06-27)
2+
3+
4+
### Features
5+
6+
* add "pgFlywayHistoryTable" for change table with history of migrations ([9e40149](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9e40149ab7964276b63a543d2b2b55a7a2bdc831))
7+
18
# [1.2.0](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/pg-flyway-v1.1.1...pg-flyway-v1.2.0) (2025-06-27)
29

310

libs/infrastructure/pg-flyway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/pg-flyway",
33
"description": "PgFlyway - utility for working with database migrations (site: https://www.npmjs.com/package/pg-flyway, preview version only for Postgres)",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"keywords": [
66
"nestjs",
77
"nestjs-mod",

0 commit comments

Comments
 (0)