We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c9cc6 commit 9036b1cCopy full SHA for 9036b1c
README.md
@@ -238,7 +238,7 @@ Options:
238
--help Show help [boolean]
239
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
240
241
-You are running graphile-migrate v1.4.0.
+You are running graphile-migrate v1.4.1.
242
```
243
244
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphile-migrate",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments