Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit da7b9d3

Browse files
chore: create new release 1.2.0
## [1.2.0](1.1.0...1.2.0) (2021-11-26) ### New features * use Expo QR codes for Expo Go previews ([#9](#9)) ([4d9fe77](4d9fe77))
1 parent 4d9fe77 commit da7b9d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.0](https://github.com/expo/expo-preview-action/compare/1.1.0...1.2.0) (2021-11-26)
2+
3+
4+
### New features
5+
6+
* use Expo QR codes for Expo Go previews ([#9](https://github.com/expo/expo-preview-action/issues/9)) ([4d9fe77](https://github.com/expo/expo-preview-action/commit/4d9fe77accd57d77717805bcb8813cddb6b32892))
7+
18
## [1.1.0](https://github.com/expo/expo-preview-action/compare/1.0.1...1.1.0) (2021-09-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "expo-preview-action",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Action workflow for publishing and generating QR code URL for Expo projects.",
66
"main": "build/index.js",
77
"repository": {

0 commit comments

Comments
 (0)