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": {