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",