From f9192eeb2773d8c5ea8e6424363ad6b8fb2b397b Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 18 Jan 2024 21:39:48 +0300 Subject: [PATCH] chore(release): 6.9.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41925f3c..43ef2e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.9.1](https://github.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1) (2024-01-18) + + +### Bug Fixes + +* css nesting support +* `@scope` at-rule support + ## [6.9.0](https://github.com/webpack-contrib/css-loader/compare/v6.8.1...v6.9.0) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index f60e81b0..350f18e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-loader", - "version": "6.9.0", + "version": "6.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "css-loader", - "version": "6.9.0", + "version": "6.9.1", "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", diff --git a/package.json b/package.json index 254ef18f..804bdf24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "6.9.0", + "version": "6.9.1", "description": "css loader module for webpack", "license": "MIT", "repository": "webpack-contrib/css-loader",