From e4a1d6f7727c956538ef91fa08f6085af3f2c22e Mon Sep 17 00:00:00 2001 From: Matt Langlois Date: Mon, 20 Mar 2023 12:36:06 -0600 Subject: [PATCH] Bump version: - Changes include support for trusted types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcc5c2474..a62554cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/turbo", - "version": "7.2.6", + "version": "7.2.7", "description": "The speed of a single-page web application without having to write any JavaScript", "module": "dist/turbo.es2017-esm.js", "main": "dist/turbo.es2017-umd.js",