diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1b0e6..c5413e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.1](https://github.com/dmi3y/expo-release-please-example/compare/v1.0.0...v1.0.1) (2023-01-08) + + +### Bug Fixes + +* add extra file README.md ([01ae496](https://github.com/dmi3y/expo-release-please-example/commit/01ae4968adb0b6029096718e154de34ac366e31b)) +* add link to readme code with release-please arbitrary file update ([0930db6](https://github.com/dmi3y/expo-release-please-example/commit/0930db6ce13f8a2257f797f82dcb285bbc374ab1)) +* tweak x-release comment ([a675e45](https://github.com/dmi3y/expo-release-please-example/commit/a675e457ff086d9589aba8f5e404e365289f3c9b)) +* update README.md with proper wording and links ([b43e990](https://github.com/dmi3y/expo-release-please-example/commit/b43e990d7e8f4cae779e3a56f145c6c80d48735c)) + ## 1.0.0 (2023-01-08) diff --git a/app.json b/app.json index 5f932f4..5037d4b 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "expo-release-please-example", "slug": "expo-release-please-example", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", diff --git a/package.json b/package.json index 1384ba3..1be7046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expo-release-please-example", - "version": "1.0.0", + "version": "1.0.1", "main": "node_modules/expo/AppEntry.js", "engines": { "node": "16.19.0"