From f6c1b934d3b588456cc1426289c912a74b221730 Mon Sep 17 00:00:00 2001 From: Damian Krzeminski Date: Wed, 25 Dec 2024 09:39:13 -0700 Subject: [PATCH 1/2] fix badges in Readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8d943d5..fd5d558 100644 --- a/Readme.md +++ b/Readme.md @@ -138,8 +138,8 @@ MIT [npm-image]: https://img.shields.io/npm/v/postcss-cli-simple [npm-url]: https://npmjs.org/package/postcss-cli-simple -[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/postcss-cli-simple/check.yaml?branch=main -[build-url]: https://github.com/pirxpilot/postcss-cli-simple/actions/workflows/check.yaml +[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/postcss-cli/check.yaml?branch=main +[build-url]: https://github.com/pirxpilot/postcss-cli/actions/workflows/check.yaml [deps-image]: https://img.shields.io/librariesio/release/npm/postcss-cli-simple [deps-url]: https://libraries.io/npm/postcss-cli-simple From 6ee912e0c5d500cebbeab8889ba0dd10387eaecf Mon Sep 17 00:00:00 2001 From: Damian Krzeminski Date: Wed, 25 Dec 2024 11:05:11 -0700 Subject: [PATCH 2/2] Release 4.0.3 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ea75dc4..e5e4c78 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +4.0.3 / 2024-12-25 +================== + + * fix badges in Readme + 4.0.2 / 2024-12-25 ================== diff --git a/package.json b/package.json index ae0db86..b25b09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cli-simple", - "version": "4.0.2", + "version": "4.0.3", "description": "simple CLI for postcss", "main": "index.js", "bin": {