Skip to content

Commit

Permalink
Update changelog, bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 20, 2016
1 parent 5cfc6ba commit c52a482
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,5 +4,9 @@ node_js:
- 0.10
- 0.12
- iojs
- "3"
- "4"
- "5"
- "6"
after_script:
- npm run coveralls
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,3 +1,9 @@
# 1.6.3 - 2016-05-20

* Fix for overlapping URI in Olio theme engine [#242](https://github.com/danielgtaylor/aglio/pull/242)
* Leave trailing slashes if specified in the URI template. This prevents showing an incorrect URI. [#254](https://github.com/danielgtaylor/aglio/pull/254)
* Improved rendering of URI templates [#200](https://github.com/danielgtaylor/aglio/pull/200)

# 1.6.2 - 2015-11-16

* Use all element descriptions when available for JSON Schema generation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,6 +49,6 @@ Call template | 28ms | 32ms

License
=======
Copyright © 2015 Daniel G. Taylor
Copyright © 2016 Daniel G. Taylor

http://dgt.mit-license.org/
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aglio-theme-olio",
"version": "1.6.2",
"version": "1.6.3",
"description": "Default theme for the Aglio API Blueprint renderer",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit c52a482

Please sign in to comment.