Skip to content

Commit e99001d

Browse files
chore: release v4.6.6
1 parent eeb335a commit e99001d

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Change Log
22

3+
### v4.6.6 (2026-06-14)
4+
5+
#### Changes
6+
7+
- [#4450](https://github.com/less/less.js/pull/4450) fix: use printf for PR body to avoid YAML indentation error in run block (@matthew-dean)
8+
- [#4449](https://github.com/less/less.js/pull/4449) fix: correct push event typo in create-release-pr workflow (pus → push:) (@matthew-dean)
9+
- [#4440](https://github.com/less/less.js/pull/4440) chore: prevent dependency lifecycle scripts (@puckowski)
10+
- [#4437](https://github.com/less/less.js/pull/4437) docs: fix incorrect contributor attributions in v4.6.0 changelog (@barry3406)
11+
12+
313
### v4.6.5 (2026-06-13)
414

515
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@less/root",
33
"private": true,
4-
"version": "4.6.5",
4+
"version": "4.6.6",
55
"description": "Less monorepo",
66
"homepage": "http://lesscss.org",
77
"scripts": {

packages/less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "4.6.5",
3+
"version": "4.6.6",
44
"description": "Leaner CSS",
55
"homepage": "http://lesscss.org",
66
"author": {

packages/test-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.6.5",
6+
"version": "4.6.6",
77
"description": "Less files and CSS results",
88
"author": "Alexis Sellier <self@cloudhead.net>",
99
"contributors": [

packages/test-import-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@less/test-import-module",
33
"private": true,
4-
"version": "4.6.5",
4+
"version": "4.6.6",
55
"description": "Less files to be included in node_modules directory for testing import from node_modules",
66
"author": "Alexis Sellier <self@cloudhead.net>",
77
"contributors": [

0 commit comments

Comments
 (0)