Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 31, 2018
1 parent c490c25 commit 246d898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log

## [0.0.14] - 2018-07-31

### Changed

- Changed context attribute to be lazy.

- Removed dependency on Ref::Util

## [0.0.13] - 2018-06-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Role/JSON_LD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ use Carp;
use JSON::MaybeXS;
use Types::Standard qw[ArrayRef HashRef InstanceOf Str is_CodeRef is_HashRef is_Ref is_Object];

our $VERSION = '0.0.13';
our $VERSION = '0.0.14';

requires qw[json_ld_type json_ld_fields];

Expand Down

0 comments on commit 246d898

Please sign in to comment.