Skip to content

Commit

Permalink
Merge branch 'release-4.4.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Nov 29, 2018
2 parents e154aa0 + 937070b commit 1f228da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.2] (2018-11-29)

### Fixed

- [#518](https://github.com/dadi/api/pull/518): make media field handle null values

## [4.4.1] (2018-11-28)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@dadi/api",
"version": "4.4.1",
"version": "4.4.2",
"main": "main.js",
"scripts": {
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",
Expand Down

0 comments on commit 1f228da

Please sign in to comment.