From 39fa56e75f9dad74cc0f61b866d5848992f61219 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 5 Nov 2024 11:16:24 +0100 Subject: [PATCH] chore: release 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4b3b4f..9bfddb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-blurhash", "title": "React Native Blurhash", - "version": "2.0.3", + "version": "2.1.0", "description": "🖼 Blurhash is a compact representation of a placeholder for an image. This is a Native UI Module for React Native to asynchronously wrap the Blurhash implementations and make them usable in React Native. Also supports encoding!", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts",