Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalinichev committed Dec 1, 2016
1 parent 9c419df commit e332636
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.idea
.npmignore
.travis.yml
yarn.lock

node_modules/

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.3] - 2016-12-01
- Compacted selector levels (thanks to [@crossjs](https://github.com/crossjs))

## [0.3.1] - 2016-10-31
### Added
- Fixed `@keyframes`-animations processing

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-rtl",
"version": "0.3.2",
"version": "0.3.3",
"description": "PostCSS plugin for RTL-optimizations",
"keywords": [
"postcss",
Expand Down

0 comments on commit e332636

Please sign in to comment.