Skip to content

Commit

Permalink
Allow OutletsRequestContextRequest message to show/hide mocks on `V…
Browse files Browse the repository at this point in the history
…1.OUTLET.ADD_PLUGIN` event (#75)
  • Loading branch information
sebastienbarbier committed Aug 4, 2020
1 parent aed76df commit be6a9a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.0] - 2020-08-04

### Added

- Allow `OutletsRequestContextRequest` message to show/hide mocks on `V1.OUTLET.ADD_PLUGIN` event

## [1.5.1] - 2020-06-17

### Added
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": "fsm-shell",
"version": "1.5.1",
"version": "1.6.0",
"description": "client library for FSM shell",
"main": "release/fsm-shell-client.js",
"module": "release/fsm-shell-client.es.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export interface OutletsRequestContextRequest<T> {
target: string;
showMocks?: boolean;
}

0 comments on commit be6a9a6

Please sign in to comment.