We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eece1 commit 0858442Copy full SHA for 0858442
CHANGELOG.md
@@ -1,2 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
+
4
+## v1.0.0 - 2017-5-17
5
6
+### Added
7
+- Tests
8
+- Keys/values with `prefix` are pushed to `commentAnnotations` array
9
+- Keys with no value supplied are given value of `true`
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-comment-annotation",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "PostCSS plugin for annotating comments",
"keywords": [
"postcss",
0 commit comments