From 0a4d2a79ee570532e97da70c75c6526c7ec6df5d Mon Sep 17 00:00:00 2001 From: Miguel Calles Date: Thu, 11 Jun 2020 17:32:09 -0700 Subject: [PATCH] v0.0.3 --- .github/workflows/pull_request.yml | 2 +- .github/workflows/push_master.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 153c49b..4c6468c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,7 +1,7 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages -name: Build and Test +name: Build Pull Request on: pull_request diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 8ce73ad..4b473c4 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -1,7 +1,7 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages -name: Push to master +name: Build Master on: push: diff --git a/package-lock.json b/package-lock.json index 701b955..869b58e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-hosted-zone", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c161365..a12d259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-hosted-zone", - "version": "0.0.2", + "version": "0.0.3", "description": "Serverless plugin to create a Route 53 hosted zone.", "main": "index.js", "scripts": {