Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 13, 2024
1 parent 1d06c30 commit 4c082d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0

* Changes
* Support returning Erlang binary terms to avoid requiring a JSON library in
Elixir and Erlang programs.

## v0.1.0

Initial release
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
// https://github.com/nerves-networking/whenwhere
// v0.1.0
// v0.2.0
function maybeAdd(field, contents, key) {
if (field) {
contents[key] = field.value;
Expand Down

0 comments on commit 4c082d6

Please sign in to comment.