Skip to content

Commit f197ca5

Browse files
committed
chore: release 0.23.7
1 parent 8d461bd commit f197ca5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Minim Changelog
22

3+
## 0.23.7 (2020-04-27)
4+
5+
### Bug Fixes
6+
7+
- Prevents the JSON serializer from serializing an empty object (`{}`) under
8+
meta and attributes under the case where none of the meta or attribute
9+
member's have a value. This prevents `{}` from being present under meta or
10+
attributes when setting a member with an undefined key.
11+
312
## 0.23.6 (2019-09-10)
413

514
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minim",
3-
"version": "0.23.6",
3+
"version": "0.23.7",
44
"description": "A library for interacting with JSON through Refract elements",
55
"main": "lib/minim.js",
66
"scripts": {

0 commit comments

Comments
 (0)