From b976dde5ec80105610859a5f19cbdbf91be62925 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Dec 2021 01:03:33 +0000 Subject: [PATCH] chore(release): 3.2.5 [skip ci] ## [3.2.5](https://github.com/sure-thing/hypostyle/compare/v3.2.4...v3.2.5) (2021-12-23) ### Bug Fixes * export Hypostyle type ([3f0e32a](https://github.com/sure-thing/hypostyle/commit/3f0e32ad33701a31c4fc1cbef1d8adb7e49899bd)) * ignore coverage false pos ([a94c7ac](https://github.com/sure-thing/hypostyle/commit/a94c7ac96b03ba024cee6c6d0775677d4d4ff995)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3feea9b..c3afa19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypostyle", - "version": "3.2.4", + "version": "3.2.5", "description": "Minimalist 5th Generation CSS-in-JS built for concision and extension. Fast af, powered by nano-css.", "main": "./index.js", "types": "./index.d.ts",