Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 20, 2016
1 parent 5ed9a71 commit 6cfe3fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "3"
- "4"
- "5"
- "6"
addons:
apt:
sources:
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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)
* Update required default theme version to [1.6.3](https://github.com/danielgtaylor/aglio/blob/olio-theme/Changelog.md#163---2016-05-20).

# 2.2.0 - 2015-10-26

* Support for Node.js 3.x and 4.x. [#183](https://github.com/danielgtaylor/aglio/issues/183)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ You are free to use whatever template system (Jade, EJS, Nunjucks, etc) and any

License
=======
Copyright (c) 2015 Daniel G. Taylor
Copyright (c) 2016 Daniel G. Taylor

http://dgt.mit-license.org/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aglio",
"version": "2.2.0",
"version": "2.2.1",
"description": "An API Blueprint renderer with theme support",
"main": "lib/main.js",
"bin": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"markdown"
],
"dependencies": {
"aglio-theme-olio": "^1.6.2",
"aglio-theme-olio": "^1.6.3",
"chokidar": "^1.4.1",
"cli-color": "^1.1.0",
"pretty-error": "^1.2.0",
Expand Down

0 comments on commit 6cfe3fd

Please sign in to comment.