From 2bd96e3b0b94409809362a804f086351f2083497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 04:33:10 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- app.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1b0e6..f9c407a 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 ([ee14f37](https://github.com/dmi3y/expo-release-please-example/commit/ee14f370548bcb4f7f61a9f317012cf428c9352e)) +* 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/README.md b/README.md index 91fe772..30875ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ yarn dlx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-co - Setting up [release-please-action][release-please-github-action-repo] for `expo` release type strategy. -- Using arbitrary file update [feature][release-please-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v1.0.0 (note inline comment) +- Using arbitrary file update [feature][release-please-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v1.0.1 (note inline comment) - This is [first][initial-version-pr] PR introduced by release-please. 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"