From 7e63625be73ad9343e3a3afab1e1b06abb8fc2f0 Mon Sep 17 00:00:00 2001 From: Cody Brunner Date: Thu, 22 Apr 2021 20:19:09 -0500 Subject: [PATCH 1/3] fix(readme): fixes incorrect links on badges [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a6bc35..849d78e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rehype-code-titles -[![npm](https://img.shields.io/npm/v/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/@rockchalkwushock/rehype-code-titles) -[![npm](https://img.shields.io/npm/l/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/@rockchalkwushock/rehype-code-titles) +[![npm](https://img.shields.io/npm/v/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/rehype-code-titles) +[![npm](https://img.shields.io/npm/l/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/rehype-code-titles) From 3514f8bf7d3c29d901a203a428fc084dbca906d0 Mon Sep 17 00:00:00 2001 From: Cody Brunner Date: Thu, 22 Apr 2021 20:21:11 -0500 Subject: [PATCH 2/3] fix(readme): removes badge [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 849d78e..77dbd43 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # rehype-code-titles [![npm](https://img.shields.io/npm/v/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/rehype-code-titles) -[![npm](https://img.shields.io/npm/l/rehype-code-titles?style=flat-square)](https://www.npmjs.com/package/rehype-code-titles) From c24e1c1deaa15268c62f92d21c8d343222da3dad Mon Sep 17 00:00:00 2001 From: Cody Brunner Date: Thu, 22 Apr 2021 20:22:45 -0500 Subject: [PATCH 3/3] chore(release): 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f2648..7935793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/rockchalkwushock/rehype-code-titles/compare/v1.0.0...v1.0.1) (2021-04-23) + +### Bugs 🐛 + +- **readme:** fixes incorrect links on badges ([7e63625](https://github.com/rockchalkwushock/rehype-code-titles/commit/7e63625be73ad9343e3a3afab1e1b06abb8fc2f0)) +- **readme:** removes badge [skip ci] ([3514f8b](https://github.com/rockchalkwushock/rehype-code-titles/commit/3514f8bf7d3c29d901a203a428fc084dbca906d0)) + ## 1.0.0 (2021-04-23) ### Features 🎉 diff --git a/package.json b/package.json index 04ec28c..5a48ce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-code-titles", - "version": "1.0.0", + "version": "1.0.1", "description": "Rehype plugin for parsing code blocks and adding titles to code blocks", "author": { "email": "me@codybrunner.dev",