Skip to content

Commit

Permalink
chore(main): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2023
1 parent ce2b703 commit 8f99e79
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ([ce2b703](https://github.com/dmi3y/expo-release-please-example/commit/ce2b70332981dfb46e54310f4c6a39f0e235558e))
* 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)


Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8f99e79

Please sign in to comment.