diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cb1bf..2acf718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.0.2](https://github.com/robksawyer/tailwindcss-font-sizes/compare/v1.0.1...v1.0.2) - 2020-07-22 - -### Commits - -- Removed console log [`2c6ecfe`](https://github.com/robksawyer/tailwindcss-font-sizes/commit/2c6ecfe7cd97a1759e9064ea6cafb18f295d9f6a) - -## v1.0.1 - 2020-07-22 - -### Commits - -- Initial release [`4a90f04`](https://github.com/robksawyer/tailwindcss-font-sizes/commit/4a90f04ecf6df8d792a51eb5af0f11e0c2a2bc7d) -- Updated README and got the tests passing [`6629560`](https://github.com/robksawyer/tailwindcss-font-sizes/commit/6629560a1cff12258b5635f419acb5eb30758f19) -- Release 1.0.1 [`c9446e4`](https://github.com/robksawyer/tailwindcss-font-sizes/commit/c9446e47a9a850fa2e792127669c9314ef8b1170) +## 1.0.1 - 2020-07-22 diff --git a/package-lock.json b/package-lock.json index e8c19b7..a10e9b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-children", - "version": "1.0.2", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a21a65..9a5ab37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-pixel-dimensions", - "version": "1.0.0", + "version": "1.0.1", "description": "Tailwind CSS plugin that generates widths and heights in pixels for tricky pixel-perfect layouts.", "author": "Rob Sawyer ", "license": "ISC",