From 0446d12a875b89948aa4ffb730a9d206cdada689 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Dec 2022 18:37:53 +0000 Subject: [PATCH] chore(release): 3.3.2 [skip ci] ## [3.3.2](https://github.com/sure-thing/hypostyle/compare/v3.3.1...v3.3.2) (2022-12-22) ### Bug Fixes * ordered breakpoints ([0244657](https://github.com/sure-thing/hypostyle/commit/0244657a4e0db47c8b039e678fcc3ba7b3472694)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c4d782..5a8a37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypostyle", - "version": "3.3.1", + "version": "3.3.2", "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",