From e5183fabcc8bff07d096117097689ffb4aaa1171 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 25 Nov 2023 20:41:01 +0800 Subject: [PATCH] released v3.0.2 --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b874d5..a8e1c05 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ rehype-attr [![NPM version](https://img.shields.io/npm/v/rehype-attr.svg?style=flat)](https://npmjs.org/package/rehype-attr) [![Build](https://github.com/jaywcjlove/rehype-attr/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/rehype-attr/actions/workflows/ci.yml) [![Coverage Status](https://jaywcjlove.github.io/rehype-attr/badges.svg)](https://jaywcjlove.github.io/rehype-attr/lcov-report/) -[![npm bundle size](https://img.shields.io/bundlephobia/minzip/rehype-attr)](https://bundlephobia.com/result?p=rehype-attr) [![Repo Dependents](https://badgen.net/github/dependents-repo/jaywcjlove/rehype-attr)](https://github.com/jaywcjlove/rehype-attr/network/dependents) New syntax to add attributes to Markdown. `rehype-attr` like [`remark-attr`](https://github.com/arobase-che/remark-attr) diff --git a/package.json b/package.json index 16b89b2..a8f3f78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-attr", - "version": "3.0.1", + "version": "3.0.2", "description": "New syntax to add attributes to Markdown.", "homepage": "https://jaywcjlove.github.io/rehype-attr", "author": "Kenny Wong ",