From 75a98c8814ef4c3cb9744a2f80da7b61d03c1546 Mon Sep 17 00:00:00 2001 From: Nicholas Jamieson Date: Tue, 2 Jun 2020 19:48:48 +1000 Subject: [PATCH] 4.33.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86a8c3f..c9524cd 100644 --- a/package.json +++ b/package.json @@ -82,5 +82,5 @@ "test:tslint-v6": "yarn --cwd ./test/v6 install && yarn --cwd ./test/v6 upgrade && tslint --test \"./test/v6/fixtures/**/tslint.json\"", "test:tslint-v6-compat": "yarn --cwd ./test/v6-compat install && yarn --cwd ./test/v6-compat upgrade && tslint --test \"./test/v6-compat/fixtures/**/tslint.json\"" }, - "version": "4.33.0" + "version": "4.33.1" }