Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed May 7, 2024
1 parent 1f87289 commit ea5fb8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [4.1.1][] - 2024-05-07

### Fixed

- Prevent possible infinite loops when processing nodes
Expand Down Expand Up @@ -34,3 +36,6 @@
[unreleased]:
https://github.com/niksy/postcss-em-media-query/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/niksy/postcss-em-media-query/tree/v4.1.0
[unreleased]:
https://github.com/niksy/postcss-em-media-query/compare/v4.1.1...HEAD
[4.1.1]: https://github.com/niksy/postcss-em-media-query/tree/v4.1.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-em-media-query",
"version": "4.1.0",
"version": "4.1.1",
"description": "PostCSS plugin for transforming min/max-width/height media queries to ems.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit ea5fb8a

Please sign in to comment.