diff --git a/packages/plugin-less/CHANGELOG.md b/packages/plugin-less/CHANGELOG.md index 782d2f1549..06dd7ed44a 100644 --- a/packages/plugin-less/CHANGELOG.md +++ b/packages/plugin-less/CHANGELOG.md @@ -1,5 +1,16 @@ # @rsbuild/plugin-less +## 2.0.1 (2026-07-02) + +### New features + +- feat(core): support CSS text import attributes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/8042 +- feat(core): support asset text import attributes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/8046 + +### Document + +- docs: add plugin changelogs by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/7970 + ## 2.0.0 (2026-06-21) ### Breaking changes diff --git a/packages/plugin-less/package.json b/packages/plugin-less/package.json index 10fb8bf076..2200bc350d 100644 --- a/packages/plugin-less/package.json +++ b/packages/plugin-less/package.json @@ -1,6 +1,6 @@ { "name": "@rsbuild/plugin-less", - "version": "2.0.0", + "version": "2.0.1", "description": "Less plugin for Rsbuild", "homepage": "https://rsbuild.rs", "bugs": {