Skip to content

Commit

Permalink
Merge pull request #6 from rockchalkwushock/staging
Browse files Browse the repository at this point in the history
chore(release): v1.0.1
  • Loading branch information
rockchalkwushock authored Apr 23, 2021
2 parents 89410cb + c24e1c1 commit 5ba7dc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

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": "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": "[email protected]",
Expand Down

0 comments on commit 5ba7dc8

Please sign in to comment.