diff --git a/.changeset/upgrade-remark-v15.md b/.changeset/upgrade-remark-v15.md deleted file mode 100644 index e88c7df..0000000 --- a/.changeset/upgrade-remark-v15.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@aiou/remark-config': minor ---- - -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d2636cc..7177b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7736d18..59103ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aiou/remark-config", - "version": "0.2.0", + "version": "0.3.0", "packageManager": "pnpm@9.3.0", "license": "MIT", "engines": {