Skip to content

Commit 7728008

Browse files
committed
Release 0.10.0
1 parent dece28b commit 7728008

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

99
## [Unreleased]
10+
11+
## [0.10.0] - 2018-08-12
1012
### Changed
1113
* Upgrade PostCSS to version 7.
1214
**Breaking** Removes support for Node.js versions lower than 6.
@@ -72,7 +74,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7274
* Initial release.
7375

7476

75-
[Unreleased]: https://github.com/pascalduez/postcss-map/compare/0.8.0...HEAD
77+
[Unreleased]: https://github.com/pascalduez/postcss-map/compare/0.10.0...HEAD
78+
[0.10.0]: https://github.com/pascalduez/postcss-map/compare/0.9.0...0.10.0
79+
[0.9.0]: https://github.com/pascalduez/postcss-map/compare/0.8.0...0.9.0
7680
[0.8.0]: https://github.com/pascalduez/postcss-map/compare/0.7.2...0.8.0
7781
[0.7.2]: https://github.com/pascalduez/postcss-map/compare/0.7.1...0.7.2
7882
[0.7.1]: https://github.com/pascalduez/postcss-map/compare/0.7.0...0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-map",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "PostCSS plugin enabling configuration maps",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)