From 5b280d72b50bc71ddd578de953651d8bed97ab90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Dec 2021 21:34:38 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/sure-thing/hypostyle/compare/v3.1.3...v3.2.0) (2021-12-21) ### Features * refactor to typescript ([075e871](https://github.com/sure-thing/hypostyle/commit/075e8719114fa9d1beb4602426163814875339ce)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b1671a..ef7c6fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypostyle", - "version": "0.0.0", + "version": "3.2.0", "description": "Minimalist 5th Generation CSS-in-JS built for concision and extension. Fast af, powered by nano-css.", "main": "dist/index.js", "types": "dist/index.d.ts",