From e489ff817b3a9f9de971bc3b7386adcef7205e57 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Mon, 11 Nov 2024 23:55:59 +0300 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86063c..a97e273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [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 +- feat: add pure ignore comment +- fix: css nesting and pure mod + ## [4.0.5](https://github.com/postcss-modules-local-by-default/compare/v4.0.4...v4.0.5) - 2024-04-03 ### Fixes diff --git a/package.json b/package.json index 4e30379..9867e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "4.0.5", + "version": "4.1.0", "description": "A CSS Modules transform to make local scope the default", "main": "src/index.js", "author": "Mark Dalgleish",