Skip to content

Commit

Permalink
chore(release): version '1.0.6'.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-allion committed Mar 31, 2021
1 parent 7cce226 commit daad67e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "json-node-normalizer",
"version": "1.0.5",
"version": "1.0.6",
"description": "NodeJS module that normalize json data types from json schema specifications.",
"contributors": [
{
Expand Down

0 comments on commit daad67e

Please sign in to comment.