Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Jan 28, 2025
1 parent 29ab1c3 commit 71b9e6e
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 625 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.2] - 2025-01-28

- Another maintenance release, bumping test infrastructure

## [2.1.1] - 2024-09-07

- Just a maintenance release, bumps test infrastructure from `ava` to `vitest`, from Node.js 20 to 22

## [2.1.0] - 2024-04-13

### Patched

- Bump dependencies `[email protected]` and other dev dependencies

## [2.0.0] - 2023-08-27

### Changed

- Port the plugin from [remark-figure-caption](https://github.com/Microflash/remark-figure-caption)

## [1.0.0] - 2023-08-27

### Added

- Port the plugin from [remark-figure-caption](https://github.com/Microflash/remark-figure-caption)

[2.1.2]: https://github.com/Microflash/rehype-figure/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/Microflash/rehype-figure/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/Microflash/rehype-figure/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/Microflash/rehype-figure/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/Microflash/rehype-figure/tree/1.0.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/rehype-figure",
"version": "2.1.1",
"version": "2.1.2",
"description": "rehype plugin to transform an image with alt text to a figure with caption",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -31,11 +31,11 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"rehype-stringify": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-rehype": "^11.1.1",
"unified": "^11.0.5",
"vitest": "^2.0.5"
"vitest": "^3.0.4"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@10.1.0"
}
Loading

0 comments on commit 71b9e6e

Please sign in to comment.