From db195e7e18bf0151b082f50f891809c0bf557e4e Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Wed, 11 Dec 2024 17:46:01 +0300 Subject: [PATCH] chore(release): 4.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df9a89..f245acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.2.0](https://github.com/postcss-modules-local-by-default/compare/v4.1.1...v4.2.0) - 2024-12-11 + +- feat: add support a `/* cssmodules-pure-no-check */` comment + ## [4.1.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.5...v4.1.1) - 2024-11-11 - feat: add `global()` and `local()` for animations diff --git a/package.json b/package.json index 9867e32..f3a3971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "4.1.0", + "version": "4.2.0", "description": "A CSS Modules transform to make local scope the default", "main": "src/index.js", "author": "Mark Dalgleish",