Skip to content

Commit

Permalink
Update to PostCSSv7, add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas committed Aug 3, 2018
1 parent 6905c00 commit 6013e8a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.2 - 2018-07-06
### Changed
- Updated PostCSS dependency to v7.

## 1.1.1 - 2018-07-06
### Fixed
- An issue with nested conditions.

## 1.1.0 - 2018-06-16
### Changed
- Shorthand option, `max-width` by default.

## 1.0.2 - 2018-06-16
### Changed
- Dependencies update.

## 1.O.1 - 2018-02-05
### Added
- Nested conditions.

## 1.0.0 - 2018-01-30
- Complete rework.
### Added
- A shorthand for `max-width` media queries.

## 0.0.2 - 2017-10-18
### Changed
- Updated postcss dependency

## 0.0.1 - 2017-05-14
- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-inline-media",
"version": "1.1.1",
"version": "1.1.2",
"description": "Media queries shortcut on PostCSS",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 6013e8a

Please sign in to comment.