From 37ee997215dd5b9eff1a6105906f063873cda8e7 Mon Sep 17 00:00:00 2001 From: Caleb Eggensperger Date: Fri, 22 Mar 2024 12:52:57 +0000 Subject: [PATCH] chore: bump semver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a31916d..6d8ca41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gts", - "version": "5.2.0", + "version": "6.0.0", "description": "Google TypeScript Style", "repository": "google/gts", "main": "build/src/index.js",