Skip to content

Commit

Permalink
Merge pull request #90 from refractproject/smizell/release-0.12.3
Browse files Browse the repository at this point in the history
Bump version to 0.12.3
  • Loading branch information
smizell committed Nov 30, 2015
2 parents 08faff7 + dbcd302 commit 5c65c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.12.3 - 2015-11-30

- When an element in `meta` has its own metadata or attributes defined then it will now be refracted when calling `toRefract` or `toCompactRefract`.
- When loading from refract or compact refract, if an item in `meta` looks like an element it will be loaded as such. This may cause false positives.
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": "minim",
"version": "0.12.2",
"version": "0.12.3",
"description": "A library for interacting with JSON through Refract elements",
"main": "lib/minim.js",
"scripts": {
Expand Down

0 comments on commit 5c65c16

Please sign in to comment.