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/README.md b/README.md index 7a6bc35..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/@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) 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",