From 5944d4b0c07df7ce2729ed6a70511a51b91c621d Mon Sep 17 00:00:00 2001 From: Dylan Sumiskum Date: Thu, 25 May 2017 00:44:20 -0400 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5159f4e..6bdb22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.2.1](https://github.com/gegana/supermockapi/compare/v1.2.0...v1.2.1) (2017-05-25) + + +### Bug Fixes + +* req.body keys was not flattened in tokens. ([44bd842](https://github.com/gegana/supermockapi/commit/44bd842)) + + + # [1.2.0](https://github.com/gegana/supermockapi/compare/v1.1.5...v1.2.0) (2017-05-25) diff --git a/package.json b/package.json index 5716810..243362c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supermockapi", - "version": "1.2.0", + "version": "1.2.1", "description": "A lightweight, user-friendly, and powerful tool for mocking API endpoints.", "author": "Dylan Sumiskum ", "private": false,