Skip to content

Commit

Permalink
Version bump 1.1.0
Browse files Browse the repository at this point in the history
* Added support for @script annotations (shout-out to jcfariadias,
  pieplu and Joao Dias).
  • Loading branch information
michaelseibt committed Jan 24, 2017
1 parent 01b56a9 commit 64e7824
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
\____|_| |_|\__,_|_| |_|\__, |\___|_|\___/ \__, |
|___/ |___/
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ VERSION 1.1.0 24.01.2017 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Features
--------
* Added support for @script annotations (shout-out to jcfariadias,
pieplu and Joao Dias).
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ VERSION 1.0.9 16.12.2016 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nucleus-styleguide",
"license": "MIT",
"version": "1.0.9",
"version": "1.1.0",
"main": "index.js",
"description": "Generate an atomic style guide from DocBlock annotations",
"author": "Michael Seibt <[email protected]>",
Expand Down

0 comments on commit 64e7824

Please sign in to comment.