Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/upgrade-remark-v15.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @aiou/remark-config

## 0.3.0

### Minor Changes

- 72ea5d2: feat: upgrade remark to v15 and unified to v11

- Upgrade remark from ^14.0.3 to ^15.0.1
- Upgrade unified from ^10.1.2 to ^11.0.5
- Upgrade remark-cli from ^11.0.0 to ^12.0.1
- Update all remark-lint plugins to latest versions
- Update all retext plugins to latest versions
- Fork remark-lint-spaces-around-number as local plugin with auto-fix support
- Fork remark-lint-spaces-around-word as local plugin with auto-fix support
- Add comprehensive test suite for all plugins

## 0.2.0

### Minor Changes
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": "@aiou/remark-config",
"version": "0.2.0",
"version": "0.3.0",
"packageManager": "pnpm@9.3.0",
"license": "MIT",
"engines": {
Expand Down