We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad7ed2 commit 73b1f84Copy full SHA for 73b1f84
README.md
@@ -232,7 +232,7 @@ Options:
232
--help Show help [boolean]
233
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
234
235
-You are running graphile-migrate v1.2.0.
+You are running graphile-migrate v1.3.0.
236
```
237
238
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphile-migrate",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments