From 7f42061ff61ae8ba5ff661280064b8cf9b41fd20 Mon Sep 17 00:00:00 2001 From: Nicholas Jamieson Date: Sat, 8 Jun 2019 10:30:51 +1000 Subject: [PATCH] 4.23.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ba41b76..b8915e07 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,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.23.2" + "version": "4.23.3" }