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",