From 3a0e381aa0b060eabb4b30a38e7d2f05235e2f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ormaechea?= Date: Tue, 13 Aug 2019 18:53:09 -0300 Subject: [PATCH] Version 1.2.2 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5789ce3..16e59d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.2] - 2019-08-13 +### Fixed +- Client fetch now works with mysql filtering by `name` or `storename` + ## [1.2.1] - 2019-08-06 ### Changed - Client injection refactored diff --git a/package-lock.json b/package-lock.json index 6493341..95cdf1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@janiscommerce/active-client", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8aee9c..a63a602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@janiscommerce/active-client", - "version": "1.2.1", + "version": "1.2.2", "description": "A simple module for getting an Active Client from a field and a value", "main": "index.js", "scripts": {