From 43cb8c8091494efc181c7e8b3521a86edf8da1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 23 May 2022 12:04:24 +0200 Subject: [PATCH] chore(release): 5.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c522a54f..6aa998d4 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.0](https://github.com/nuxt-community/tailwindcss-module/compare/v5.0.4...v5.1.0) (2022-05-23) + + +### Features + +* resolve `cssPath` with `resolvePath` ([#465](https://github.com/nuxt-community/tailwindcss-module/issues/465)) ([656eea5](https://github.com/nuxt-community/tailwindcss-module/commit/656eea5ed53206b102951bfcef8fc161f55f6cad)) + ### [5.0.4](https://github.com/nuxt-community/tailwindcss-module/compare/v5.0.3...v5.0.4) (2022-05-02) diff --git a/package.json b/package.json index b8504e19..d1a187e5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "5.0.4", + "version": "5.1.0", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",