From fec2bff3cc9afb0586a2233867ea6e43b395976f Mon Sep 17 00:00:00 2001 From: jonaskay Date: Wed, 4 Sep 2019 15:54:50 +0200 Subject: [PATCH] Bump version (release 0.3.3) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a1110..2f24b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.3] - 2019-09-04 ### Fixed - Allow CSS custom properties for color config diff --git a/package.json b/package.json index 4a3fe44..749cbc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-elevation", - "version": "0.3.2", + "version": "0.3.3", "description": "Tailwind CSS plugin for Material Components elevation classes.", "author": "Joonas Kykkänen ", "repository": "https://github.com/jonaskay/tailwindcss-elevation.git",