Skip to content

Commit

Permalink
chore: release 0.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 27, 2020
1 parent 8d461bd commit f197ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Minim Changelog

## 0.23.7 (2020-04-27)

### Bug Fixes

- Prevents the JSON serializer from serializing an empty object (`{}`) under
meta and attributes under the case where none of the meta or attribute
member's have a value. This prevents `{}` from being present under meta or
attributes when setting a member with an undefined key.

## 0.23.6 (2019-09-10)

### Bug Fixes
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.23.6",
"version": "0.23.7",
"description": "A library for interacting with JSON through Refract elements",
"main": "lib/minim.js",
"scripts": {
Expand Down

0 comments on commit f197ca5

Please sign in to comment.