Skip to content

Commit a3885c4

Browse files
committed
v1.0.2
1 parent 097d900 commit a3885c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.0.2](https://github.com/saulhardman/postcss-hover-media-feature/compare/v1.0.1...v1.0.2)
8+
9+
- fix: infinite loop relating to :not pseudo-classes [`#20`](https://github.com/saulhardman/postcss-hover-media-feature/issues/20)
10+
- chore: upgrade dependencies [`097d900`](https://github.com/saulhardman/postcss-hover-media-feature/commit/097d90098d452617a0ba4e520b88be72ebab1882)
11+
712
#### [v1.0.1](https://github.com/saulhardman/postcss-hover-media-feature/compare/v1.0.0...v1.0.1)
813

14+
> 31 March 2021
15+
916
- chore: remove unused `clean-publish` dependency [`e4ff34b`](https://github.com/saulhardman/postcss-hover-media-feature/commit/e4ff34bbd9c9a5a43d47b14129f921aac7d9bf50)
1017
- fix: handle wider range of selectors [`f681775`](https://github.com/saulhardman/postcss-hover-media-feature/commit/f681775aac07c81674adf830b67d0ada4281ec47)
1118
- docs: inline `require` statements in examples [`b1850be`](https://github.com/saulhardman/postcss-hover-media-feature/commit/b1850be3027647035f33b8e42571e463ac392b5e)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-hover-media-feature",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "PostCSS plugin that extracts and wraps rules containing `:hover` pseudo-classes in `@media (hover: hover) {}` media queries",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)