@wmfs/statebox
Advanced tools
Comparing version 1.34.2 to 1.34.3
@@ -0,1 +1,13 @@ | ||
## [1.34.3](https://github.com/wmfs/statebox/compare/v1.34.2...v1.34.3) (2018-11-15) | ||
### 🐛 Bug Fixes | ||
* pass the state machine title out on list ([aa07c74](https://github.com/wmfs/statebox/commit/aa07c74)) | ||
### 🛠 Builds | ||
* **deps-dev:** update semantic-release requirement ([dd6c84c](https://github.com/wmfs/statebox/commit/dd6c84c)) | ||
## [1.34.2](https://github.com/wmfs/statebox/compare/v1.34.1...v1.34.2) (2018-11-14) | ||
@@ -2,0 +14,0 @@ |
@@ -110,2 +110,3 @@ 'use strict' | ||
name: sm.name, | ||
title: sm.definition.name || sm.name, | ||
description: sm.definition.Comment || '<no description available>', | ||
@@ -112,0 +113,0 @@ categories: sm.definition.categories || [], |
{ | ||
"name": "@wmfs/statebox", | ||
"version": "1.34.2", | ||
"version": "1.34.3", | ||
"description": "Orchestrate Node functions using Amazon States Language", | ||
@@ -50,3 +50,3 @@ "author": "West Midlands Fire Service", | ||
"request-promise-native": "1.0.5", | ||
"semantic-release": "15.11.0", | ||
"semantic-release": "15.12.0", | ||
"standard": "12.0.1" | ||
@@ -53,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
235703
3820