Skip to content

Commit 80c67f7

Browse files
committed
bump version
1 parent d79c866 commit 80c67f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-ast-parser",
3-
"version": "11.2.0",
3+
"version": "12.0.0",
44
"description": "Yet another simple Postgres SQL parser/modifier",
55
"main": "index.js",
66
"repository": "https://github.com/oguimbal/pgsql-ast-parser",

src/syntax/alter-type.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'mocha';
22
import 'chai';
33
import { checkStatement } from './spec-utils';
44

5-
describe.only('Alter types', () => {
5+
describe('Alter types', () => {
66

77
checkStatement([`ALTER TYPE myType ADD VALUE 'c'`], {
88
type: 'alter enum',

0 commit comments

Comments
 (0)