diff --git a/.changeset/real-hornets-hunt.md b/.changeset/real-hornets-hunt.md deleted file mode 100644 index 07072d7..0000000 --- a/.changeset/real-hornets-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tailwindcss-opentype': minor ---- - -Simplify `font-feature-settings` use in JIT-mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 6feaa29..977e4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # tailwindcss-opentype +## 0.3.0 — 2021-09-08 + +#### 🎁 Added + +- Simplify `font-feature-settings` use in JIT-mode [#57](https://github.com/stormwarning/tailwindcss-opentype/pull/57) + Allows use of low-level font feature utilities without requiring the `.font-features` class to activate. + ## 0.2.0 — 2021-08-20 #### 🎁 Added diff --git a/package.json b/package.json index 1f90024..dff2c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-opentype", - "version": "0.2.0", + "version": "0.3.0", "description": "Tailwind CSS utility classes for advanced typographic features.", "keywords": [ "tailwindcss",