Skip to content

Commit 0858442

Browse files
committed
v1.0.0
1 parent 49eece1 commit 0858442

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Change Log
22
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-comment-annotation",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "PostCSS plugin for annotating comments",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)