Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
fix: upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 10, 2020
2 parents 3cb2fb2 + 7c5c8aa commit 5fdbd26
Show file tree
Hide file tree
Showing 4 changed files with 2,025 additions and 2,467 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/dword-design/atomizer-plugin-autoprefixer/compare/v1.0.3...v1.0.4) (2020-12-02)


### Bug Fixes

* **config:** Update changed files ([ff9264f](https://github.com/dword-design/atomizer-plugin-autoprefixer/commit/ff9264f6b08709ed62035e5cb08f0cfe0a188c71))

## [1.0.3](https://github.com/dword-design/atomizer-plugin-autoprefixer/compare/v1.0.2...v1.0.3) (2020-08-23)


Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,32 @@
<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/@dword-design/atomizer-plugin-autoprefixer.svg)](https://npmjs.org/package/@dword-design/atomizer-plugin-autoprefixer)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://img.shields.io/github/workflow/status/dword-design/atomizer-plugin-autoprefixer/build)](https://github.com/dword-design/atomizer-plugin-autoprefixer/actions)
[![Build status](https://github.com/dword-design/atomizer-plugin-autoprefixer/workflows/build/badge.svg)](https://github.com/dword-design/atomizer-plugin-autoprefixer/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/atomizer-plugin-autoprefixer)](https://coveralls.io/github/dword-design/atomizer-plugin-autoprefixer)
[![Dependency status](https://img.shields.io/david/dword-design/atomizer-plugin-autoprefixer)](https://david-dm.org/dword-design/atomizer-plugin-autoprefixer)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/atomizer-plugin-autoprefixer)
<a href="https://gitpod.io/#https://github.com/dword-design/bar">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
<!-- /BADGES -->
<!-- DESCRIPTION/ -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dword-design/atomizer-plugin-autoprefixer",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"repository": "dword-design/atomizer-plugin-autoprefixer",
"license": "MIT",
Expand Down
Loading

0 comments on commit 5fdbd26

Please sign in to comment.