From 1010edb8c8d07c31f54013dd69d92bbdc302e937 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 19 Sep 2020 03:57:01 +0200 Subject: [PATCH] chore: release version 5.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010a8a32..2292c9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.0](https://github.com/expo/expo-github-action/compare/5.2.0...5.3.0) (2020-09-19) + +### New features + +* add expo token authentication method ([#57](https://github.com/expo/expo-github-action/pull/57)) ([1c36889](https://github.com/expo/expo-github-action/commit/1c36889)) + + ## [5.2.0](https://github.com/expo/expo-github-action/compare/5.1.1...5.2.0) (2020-07-14) ### Bug fixes diff --git a/package.json b/package.json index a49ede73..134b15ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "expo-github-action", - "version": "5.1.0", + "version": "5.3.0", "description": "Expo CLI in your GitHub Actions workflow", "main": "build/index.js", "repository": {