Skip to content

Commit c7b66a9

Browse files
author
Expo CI
committed
chore: create new release 8.2.1
## [8.2.1](8.2.0...8.2.1) (2024-01-15) ### Bug fixes * **preview:** filter slugs with special characters to match dev clients `exp+<slug>` scheme ([#252](#252)) ([b8a9be8](b8a9be8))
1 parent b8a9be8 commit c7b66a9

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+
## [8.2.1](https://github.com/expo/expo-github-action/compare/8.2.0...8.2.1) (2024-01-15)
2+
3+
4+
### Bug fixes
5+
6+
* **preview:** filter slugs with special characters to match dev clients `exp+<slug>` scheme ([#252](https://github.com/expo/expo-github-action/issues/252)) ([b8a9be8](https://github.com/expo/expo-github-action/commit/b8a9be8336bf5609f8e299a8486f9a2bf7073f8a))
7+
18
## [8.2.0](https://github.com/expo/expo-github-action/compare/8.1.0...8.2.0) (2023-12-02)
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-github-action",
4-
"version": "8.2.0",
4+
"version": "8.2.1",
55
"description": "Expo CLI in your GitHub Actions workflow",
66
"main": "build/index.js",
77
"repository": {

0 commit comments

Comments
 (0)