diff --git a/CHANGELOG.md b/CHANGELOG.md index d83d4e70..f05eddac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.2.1](https://github.com/expo/expo-github-action/compare/8.2.0...8.2.1) (2024-01-15) + + +### Bug fixes + +* **preview:** filter slugs with special characters to match dev clients `exp+` scheme ([#252](https://github.com/expo/expo-github-action/issues/252)) ([b8a9be8](https://github.com/expo/expo-github-action/commit/b8a9be8336bf5609f8e299a8486f9a2bf7073f8a)) + ## [8.2.0](https://github.com/expo/expo-github-action/compare/8.1.0...8.2.0) (2023-12-02) diff --git a/package.json b/package.json index 1aa1df7f..3e0687c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "expo-github-action", - "version": "8.2.0", + "version": "8.2.1", "description": "Expo CLI in your GitHub Actions workflow", "main": "build/index.js", "repository": {