Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Mar 24, 2015
1 parent fa7c683 commit a2deda6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.1.4

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* No longer count undocumented externally declared tokens as undocumented.
[JP Simard](https://github.com/jpsim)
[#188](https://github.com/realm/jazzy/issues/188)


## 0.1.3

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.1.3)
jazzy (0.1.4)
activesupport (~> 4.1)
cocoapods (~> 0.36.0.rc.1)
mustache (~> 0.99)
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jazzy
VERSION = '0.1.3' unless defined? Jazzy::VERSION
VERSION = '0.1.4' unless defined? Jazzy::VERSION
end

0 comments on commit a2deda6

Please sign in to comment.