From d845dede203c240e834c236c45dd7b02f6a12c48 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Sun, 10 May 2020 08:22:40 +0200 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d6e81..bad03a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.0.1](https://github.com/exreplay/averjs-tailwind/compare/v2.0.0...v2.0.1) (2020-05-10) + ## [2.0.0](https://github.com/exreplay/averjs-tailwind/compare/v1.3.0...v2.0.0) (2020-05-10) diff --git a/package.json b/package.json index fc88c64..70e4898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@averjs/tailwind", - "version": "2.0.0", + "version": "2.0.1", "description": "tailwind plugin for averjs", "main": "lib/index.js", "repository": "https://github.com/exreplay/averjs-tailwind.git",