diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ab3ad..96f591c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `stylelint-ignore` to ignorePattern for `max-line-length` ### Fixed +- Small docs issues - `value-no-vendor-prefix` add missing ignores from [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) ## [5.0.1] - 2022-11-28 diff --git a/README.md b/README.md index 11c9b83..d94d510 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fylgja stylelint-config -[![NPM version](https://img.shields.io/npm/v/@fylgja/stylelint-config.svg)](https://www.npmjs.org/package/@fylgja/stylelint-config) +[![NPM version](https://img.shields.io/npm/v/@fylgja/stylelint-config.svg?style=flat-square)](https://www.npmjs.org/package/@fylgja/stylelint-config) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/fylgja/stylelint-config/test.yml?branch=main&color=%2343a047&style=flat-square)](https://github.com/fylgja/stylelint-config/actions/workflows/test.yml) [![License](https://img.shields.io/github/license/fylgja/stylelint-config?color=%23234&style=flat-square)](/LICENSE) diff --git a/package-lock.json b/package-lock.json index e156228..04006aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fylgja/stylelint-config", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fylgja/stylelint-config", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "dependencies": { "postcss-html": "^1.5.0", diff --git a/package.json b/package.json index db8ad11..1120f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fylgja/stylelint-config", - "version": "5.0.1", + "version": "5.0.2", "description": "Sharable stylelint config used by Fylgja packages", "homepage": "https://getfylgja.com/", "repository": "https://github.com/fylgja/stylelint-config",