Skip to content

Commit

Permalink
chore(release): release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Mar 21, 2024
1 parent 04947ff commit ae7bffe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## v3.2.0

[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.1.0...v3.2.0)

### 🩹 Fixes

- **attributes:** Handle attribute of elements in tableCell ([#75](https://github.com/nuxtlabs/remark-mdc/pull/75))
- Handle attributes in nested components ([#76](https://github.com/nuxtlabs/remark-mdc/pull/76))
- Update types ([04947ff](https://github.com/nuxtlabs/remark-mdc/commit/04947ff))

### ❤️ Contributors

- Farnabaz ([@farnabaz](http://github.com/farnabaz))

## v3.1.0

[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.0.2...v3.1.0)
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": "remark-mdc",
"version": "3.1.0",
"version": "3.2.0",
"description": "Remark plugin to support MDC syntax",
"keywords": [
"remark",
Expand Down

0 comments on commit ae7bffe

Please sign in to comment.