From 0d530a03f07b7fe7e8e641bf60d81ae49e261b39 Mon Sep 17 00:00:00 2001 From: Ryan Skinner Date: Thu, 28 Nov 2024 16:07:59 -0500 Subject: [PATCH] chore: release 0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c4daab..9f398ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-shiki-engine", - "version": "0.1.6", + "version": "0.1.7", "packageManager": "yarn@4.5.3", "description": "Shiki syntax highlighting for React Native. Zero bridge overhead with native Oniguruma regex engine.", "author": "Ryan Skinner (https://github.com/skiniks)",