From daad67e9ec0a2846ff68c72d1baa04cbb84f11e9 Mon Sep 17 00:00:00 2001 From: ALLION Benjamin Date: Wed, 31 Mar 2021 23:32:25 +0200 Subject: [PATCH] chore(release): version '1.0.6'. --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3550d93..6aa33db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.6] - In progress, release soon... +## [1.0.7] - In progress, release soon... + +## [1.0.6] - 2021-03-31 +- Fix dependencies security vulnerability. +- Upgrade all dependencies to last version +- Add new string converter to support object -> string conversion and avoid '[object Object]' values (see #34) ## [1.0.5] - 2019-12-29 - Fix dependencies security vulnerability. (See #28) diff --git a/package.json b/package.json index c6d1ec1..b0905cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-node-normalizer", - "version": "1.0.5", + "version": "1.0.6", "description": "NodeJS module that normalize json data types from json schema specifications.", "contributors": [ {