diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2d4e7e..605ab4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.1.2](https://github.com/nuxt-community/tailwindcss-module/compare/v5.1.1...v5.1.2) (2022-05-23) + + +### Bug Fixes + +* use correct defuArrayFn and fix srcDir error ([cef3a9f](https://github.com/nuxt-community/tailwindcss-module/commit/cef3a9f68310deb512f2c6592516a986801d439d)) + ### [5.1.1](https://github.com/nuxt-community/tailwindcss-module/compare/v5.1.0...v5.1.1) (2022-05-23) diff --git a/package.json b/package.json index 6c7cd610..aae84c42 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "5.1.1", + "version": "5.1.2", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",