Skip to content

Commit

Permalink
chore: Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 10, 2016
1 parent dbf5ed3 commit d0df33d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.0

* Switch to [Drafter](https://github.com/apiaryio/drafter-npm) for API Blueprint parsing. [#277](https://github.com/danielgtaylor/aglio/pull/277)
* Fix case when no arguments are supplied after `-o` [#262](https://github.com/danielgtaylor/aglio/pull/262)

# 2.2.1 - 2016-05-20

* Bump protagonist version to 1.3.2 to support new features. [#256](https://github.com/danielgtaylor/aglio/pull/256)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aglio",
"version": "2.2.1",
"version": "2.3.0",
"description": "An API Blueprint renderer with theme support",
"main": "lib/main.js",
"bin": {
Expand Down

0 comments on commit d0df33d

Please sign in to comment.