From c06cbe7d83b5585bb24f9963c42ce13eadd2202f Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Tue, 17 Oct 2023 14:41:02 -0400 Subject: [PATCH] 11.0.0-beta.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49510830c..63f01b1a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-node", - "version": "10.9.1", + "version": "11.0.0-beta.1", "description": "TypeScript execution environment and REPL for node.js, with source map support", "main": "dist/index.js", "exports": {