Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jormaechea committed Aug 13, 2019
1 parent f93e155 commit 3a0e381
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3a0e381

Please sign in to comment.