Skip to content

Commit

Permalink
✅ 100% test and code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Jun 22, 2021
1 parent 2060340 commit e3ab62f
Show file tree
Hide file tree
Showing 4 changed files with 1,119 additions and 46 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

* Added support for Adaptive Cards 1.4 universal actions `adaptiveCard/action`
* Added unit tests
* Added unit tests - 100% code coverage

### Changes

* Moved from Travis CI to Github Actions
* Migrated from TSLint to ESLint

### Fixes

* Fixed issues where submitAction could return an error if overrides was not defined
* Fixed an issue where selectItem returned a success even when an error occurred

## [*1.7.0*] - <*2020-10-27*>

### Changes
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": "botbuilder-teams-messagingextensions",
"version": "1.8.0-preview",
"version": "1.8.0-preview2",
"description": "Microsoft Bot Builder Framework v4 middleware for Microsoft Teams Messaging Extensions",
"main": "lib/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit e3ab62f

Please sign in to comment.