diff --git a/CHANGELOG.md b/CHANGELOG.md index 1924725..506fe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.1 - 2020-12-11 + * Fixed links for bugs and homepage in package.json. + ## 1.4.0 - 2020-12-11 * Added npmignore to lighten the package size. diff --git a/package.json b/package.json index 7457739..2cc3bff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@savvywombat/tailwindcss-grid-named-lines", - "version": "1.4.0", + "version": "1.4.1", "description": "A plugin to provide TailwindCSS utilities for named grid lines.", "keywords": [ "tailwind", @@ -15,8 +15,8 @@ "type": "git", "url": "git+https://github.com/savvywombat/tailwindcss-grid-named-lines.git" }, - "bugs": "https://github.com/savvywombat/tailwindcss-grid-names-lines/issues", - "homepage": "https://github.com/savvywombat/tailwindcss-grid-names-lines#readme", + "bugs": "https://github.com/savvywombat/tailwindcss-grid-named-lines/issues", + "homepage": "https://github.com/savvywombat/tailwindcss-grid-named-lines#readme", "main": "src/plugin.js", "scripts": { "style": "eslint .",