diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b6a47..2a9f6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.2 - 2021-02-24 + * Fixed link on npm button + +## 1.3.1 - 2021-02-23 + * Removed .idea from npm package + ## 1.3.0 - 2021-02-23 * Fixed dependency for lodash in package.json. * Minor formatting improvements in README. diff --git a/README.md b/README.md index 29db2be..af50a65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TailwindCSS Grid Areas -[![Latest Version on NPM](https://img.shields.io/npm/v/@savvywombat/tailwindcss-grid-areas)](https://www.npmjs.com/package/@savvywombat/tailwindcss-areas) +[![Latest Version on NPM](https://img.shields.io/npm/v/@savvywombat/tailwindcss-grid-areas)](https://www.npmjs.com/package/@savvywombat/tailwindcss-grid-areas) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/SavvyWombat/tailwindcss-grid-areas/blob/main/LICENSE) [![Build](https://img.shields.io/github/workflow/status/SavvyWombat/tailwindcss-grid-areas/Test?label=build)](https://github.com/SavvyWombat/tailwindcss-grid-areas/actions) [![Code Coverage](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas/branch/main/graph/badge.svg)](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas) diff --git a/package.json b/package.json index 1b772c5..b584e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@savvywombat/tailwindcss-grid-areas", - "version": "1.3.1", + "version": "1.3.2", "description": "A plugin to provide TailwindCSS utilities for grid areas.", "keywords": [ "tailwind",