From 44d9c86a2ec4c693c9ea5a17223254f10756ec80 Mon Sep 17 00:00:00 2001 From: John M Calhoun Date: Thu, 7 Jun 2018 00:24:56 -0400 Subject: [PATCH 1/2] fixes #53 --- templates/codebuild-deploy.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/codebuild-deploy.yaml b/templates/codebuild-deploy.yaml index 75259d54..a2975ea6 100644 --- a/templates/codebuild-deploy.yaml +++ b/templates/codebuild-deploy.yaml @@ -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 @@ -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" From a789436930affbda105f790d02e5157aa79c589b Mon Sep 17 00:00:00 2001 From: John M Calhoun Date: Thu, 7 Jun 2018 00:30:58 -0400 Subject: [PATCH 2/2] updated CHANGELOG.md and version --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11226464..b9011e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 16a15c83..bd08666c 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-lex-web-ui", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83ece935..c8e98548 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-lex-web-ui", - "version": "0.14.0", + "version": "0.13.1", "description": "Sample Amazon Lex Web Interface", "main": "dist/lex-web-ui.min.js", "repository": {