Skip to content

Commit

Permalink
-> v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 22, 2018
1 parent 71a2265 commit 510e9b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [Version 1.2.9](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v1.2.9) (2018-2-22)

### Bug fixes

- inject style-inject as a module: [`beef7c5`](https://github.com/egoist/rollup-plugin-postcss/commit/beef7c5)
- pass filename to less: [`c8ed3e2`](https://github.com/egoist/rollup-plugin-postcss/commit/c8ed3e2) ([#74](https://github.com/egoist/rollup-plugin-postcss/issues/74))
- use relative path in less sourcemap: [`bf33792`](https://github.com/egoist/rollup-plugin-postcss/commit/bf33792)
- pass options to less and stylus loaders: [`71a2265`](https://github.com/egoist/rollup-plugin-postcss/commit/71a2265)

[...full changes](https://github.com/egoist/rollup-plugin-postcss/compare/v1.2.8...v1.2.9)

## [Version 1.2.8](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v1.2.8) (2018-1-30)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-postcss",
"version": "1.2.8",
"version": "1.2.9",
"description": "Seamless integration between Rollup and PostCSS",
"main": "dist/rollup-plugin-postcss.cjs.js",
"files": [
Expand Down Expand Up @@ -76,4 +76,4 @@
]
]
}
}
}

0 comments on commit 510e9b6

Please sign in to comment.