We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dbce6 commit f924c87Copy full SHA for f924c87
2 files changed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## 3.2.0
2
+
3
+#### Enhancement
4
5
+- added short aliases for long data type to `generate` command
6
7
+#### Bug Fix
8
9
+- only necessary files published on **_npm_**
10
11
+#### Internal
12
13
+- update dependencies :package:
14
+- refactor data type parsing
15
16
## 3.1.0
17
18
#### Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "pg-differ",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "Node.js migration tool for PostgreSQL",
"keywords": [
"node",
0 commit comments