Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.14.0] - 2018-05-23

## [0.13.1] - 2018-06-07

### Fixed
- error in dependency in codebuild. [44d9c86a2ec4c693c9ea5a17223254f10756ec80]

## [0.13.0] - 2018-05-23

### Added
- Add Support for Markdown and HTML alternate messages.[3ed88858411b4d85618be9b28c588c368507cdc6]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lex-web-ui",
"version": "0.13.0",
"version": "0.13.1",
"description": "Sample Amazon Lex Web Interface",
"main": "dist/lex-web-ui.min.js",
"repository": {
Expand Down
7 changes: 1 addition & 6 deletions templates/codebuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Resources:
Type: NO_ARTIFACTS
Environment:
Type: LINUX_CONTAINER
Image: aws/codebuild/nodejs:6.3.1
Image: aws/codebuild/nodejs:8.11.0
ComputeType: BUILD_GENERAL1_SMALL
EnvironmentVariables:
- Name: BUILD_TYPE
Expand Down Expand Up @@ -158,11 +158,6 @@ Resources:
BuildSpec: !Sub |
version: 0.1
phases:
install:
commands:
- npm install -g n
- n stable
- npm update -g npm
pre_build:
commands:
- aws configure set region "$AWS_DEFAULT_REGION"
Expand Down