Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed May 19, 2020
1 parent 81d38b4 commit c349cc8
Show file tree
Hide file tree
Showing 3 changed files with 5 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).

## [3.2.1] - 2020-05-19
### Fixed
- filters validation unit test fixed

## [3.2.0] - 2020-05-19
### Removed
- `package-lock.json` file
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": "@janiscommerce/api-list",
"version": "3.2.0",
"version": "3.2.1",
"description": "A package to handle JANIS List APIs",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tests/api-list-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ describe('Api List Data', () => {
await assert.rejects(() => apiListData.validate(), err => {
return err instanceof ApiListError
&& !!err.message.includes('filters')
&& !!err.message.includes('id')
&& !!err.message.includes('filters.foo');
});
});
Expand Down

0 comments on commit c349cc8

Please sign in to comment.