Skip to content

Commit e332636

Browse files
committed
Release 0.3.3
1 parent 9c419df commit e332636

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.idea
66
.npmignore
77
.travis.yml
8+
yarn.lock
89

910
node_modules/
1011

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.3.3] - 2016-12-01
8+
- Compacted selector levels (thanks to [@crossjs](https://github.com/crossjs))
9+
710
## [0.3.1] - 2016-10-31
8-
### Added
911
- Fixed `@keyframes`-animations processing
1012

1113
## [0.3.0] - 2016-10-29
12-
### Added
1314
- Process and flip `@keyframes`-animations
1415

1516
## [0.2.0] - 2016-10-29
16-
### Added
1717
- Process `html` and `:root` selectors
1818
- Support of Node.js v0.12
1919

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtl",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "PostCSS plugin for RTL-optimizations",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)