From 4c24bc27b1cc6fd314ab03fef827a296e5aacf2b Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Tue, 1 Dec 2020 10:11:23 -0500 Subject: [PATCH] v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 782ff9a..57eaa16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylis-plugin-rtl", - "version": "2.0.0", + "version": "2.0.1", "description": "Fork of stylis-rtl, uses cssjanus under the hood to flip style orientations for RTL", "main": "dist/stylis-rtl.js", "types": "types/stylis-rtl.d.ts",