summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/tailwind/CHANGELOG.md')
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
new file mode 100644
index 000000000..2b80c4f6b
--- /dev/null
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -0,0 +1,9 @@
+# @astrojs/tailwind
+
+## 0.0.2-next.0
+
+### Patch Changes
+
+- [#2831](https://github.com/withastro/astro/pull/2831) [`5315c3f7`](https://github.com/withastro/astro/commit/5315c3f7bc0649f9788713f689f484e223bc0ca6) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add support for tailwind config files. These can either be a standard `tailwind.config.js|cjs|mjs`, or a custom filename as specified in your integration config.
+
+* [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site