From 026a5cae4da5431733fb08aa1bbd01293d2b50fc Mon Sep 17 00:00:00 2001 From: Pascal Duez Date: Sat, 28 Nov 2015 10:46:09 +0100 Subject: [PATCH] Release 0.8.0 --- README.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 022fae2..195617a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ console.log(comments); ## Changelog +#### `0.8.0` + * Allow CSS context parsing. + #### `0.7.0` * Update to `cdocparser@0.14.0` @@ -61,7 +64,7 @@ console.log(comments); * Added `context.code` to type `placeholder`. #### `0.3.1` - * Update to [`cdocparser`](https://github.com/FWeinb/CDocParser) 0.2.1 + * Update to [`cdocparser`](https://github.com/FWeinb/CDocParser) 0.2.1 #### `0.3.0` * Add placeholder support (thanks to [callum](https://github.com/callum)) @@ -73,7 +76,7 @@ console.log(comments); * Fixed wrong code extraction for `function` and `mixin`. (See [#11](https://github.com/SassDoc/scss-comment-parser/issues/11)) #### `0.2.2` - * Added `context.code` to type `function` and `mixin` containing the whole code. + * Added `context.code` to type `function` and `mixin` containing the whole code. #### `0.2.1` * Fix bug in detection of comment blocks diff --git a/package.json b/package.json index 617de97..81f7fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scss-comment-parser", - "version": "0.7.0", + "version": "0.8.0", "description": "Parses scss comments to build documentation", "main": "index.js", "repository": {