Skip to content

Commit cae8558

Browse files
committed
fixed link on npm button
1 parent c9521e0 commit cae8558

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.2 - 2021-02-24
4+
* Fixed link on npm button
5+
6+
## 1.3.1 - 2021-02-23
7+
* Removed .idea from npm package
8+
39
## 1.3.0 - 2021-02-23
410
* Fixed dependency for lodash in package.json.
511
* Minor formatting improvements in README.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TailwindCSS Grid Areas
22

3-
[![Latest Version on NPM](https://img.shields.io/npm/v/@savvywombat/tailwindcss-grid-areas)](https://www.npmjs.com/package/@savvywombat/tailwindcss-areas)
3+
[![Latest Version on NPM](https://img.shields.io/npm/v/@savvywombat/tailwindcss-grid-areas)](https://www.npmjs.com/package/@savvywombat/tailwindcss-grid-areas)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/SavvyWombat/tailwindcss-grid-areas/blob/main/LICENSE)
55
[![Build](https://img.shields.io/github/workflow/status/SavvyWombat/tailwindcss-grid-areas/Test?label=build)](https://github.com/SavvyWombat/tailwindcss-grid-areas/actions)
66
[![Code Coverage](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas/branch/main/graph/badge.svg)](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@savvywombat/tailwindcss-grid-areas",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A plugin to provide TailwindCSS utilities for grid areas.",
55
"keywords": [
66
"tailwind",

0 commit comments

Comments
 (0)