Skip to content

Commit

Permalink
Merge dd19728 into f295fc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlucena committed Apr 4, 2019
2 parents f295fc1 + dd19728 commit cedfa83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.8.4] - 2019-04-04

## [2.8.3] - 2019-03-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "telemarketing",
"version": "2.8.3",
"version": "2.8.4",
"title": "VTEX Telemarketing",
"defaultLocale": "pt-BR",
"description": "The VTEX telemarketing app",
Expand Down
2 changes: 1 addition & 1 deletion react/tsconfig.json
Expand Up @@ -26,6 +26,6 @@
"typeAcquisition": {
"enable": false
},
"exclude": ["node_modules"],
"exclude": ["node_modules", "./**/*__mocks__", "./**/*__tests__"],
"include": ["./typings/*.d.ts", "./**/*.tsx"]
}

0 comments on commit cedfa83

Please sign in to comment.