Skip to content

Commit

Permalink
chore: create new release 7.0.3
Browse files Browse the repository at this point in the history
### [7.0.3](7.0.2...7.0.3) (2022-02-14)

### Bug fixes

* improve invalid package version error handling ([#159](#159)) ([94c7d8a](94c7d8a))
* output error stacktraces in debug mode ([#160](#160)) ([6931e3c](6931e3c))

### Other chores

* always dry run a new release on merge ([#162](#162)) ([3f293ee](3f293ee))
* bump node-fetch from 2.6.1 to 2.6.7 ([#157](#157)) ([839215f](839215f))
* fully automate releases ([#164](#164)) ([fbd4450](fbd4450))

### Documentation changes

* simplify expo cli versioning to latest ([#161](#161)) ([2e1fe6a](2e1fe6a))
  • Loading branch information
semantic-release-bot committed Feb 14, 2022
1 parent fbd4450 commit d4175ed
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### [7.0.3](https://github.com/expo/expo-github-action/compare/7.0.2...7.0.3) (2022-02-14)


### Bug fixes

* improve invalid package version error handling ([#159](https://github.com/expo/expo-github-action/issues/159)) ([94c7d8a](https://github.com/expo/expo-github-action/commit/94c7d8acbd68c7dac4ecde503427c98849039499))
* output error stacktraces in debug mode ([#160](https://github.com/expo/expo-github-action/issues/160)) ([6931e3c](https://github.com/expo/expo-github-action/commit/6931e3c78b432c1b94d84e684da42ecba46044b4))


### Other chores

* always dry run a new release on merge ([#162](https://github.com/expo/expo-github-action/issues/162)) ([3f293ee](https://github.com/expo/expo-github-action/commit/3f293ee480f9d567c1c902848d26a5ca6720266b))
* bump node-fetch from 2.6.1 to 2.6.7 ([#157](https://github.com/expo/expo-github-action/issues/157)) ([839215f](https://github.com/expo/expo-github-action/commit/839215f036182d3534f9b91d4573b9f126f56560))
* fully automate releases ([#164](https://github.com/expo/expo-github-action/issues/164)) ([fbd4450](https://github.com/expo/expo-github-action/commit/fbd44501d896448c3c4ac4e5495bb536614fa3fc))


### Documentation changes

* simplify expo cli versioning to latest ([#161](https://github.com/expo/expo-github-action/issues/161)) ([2e1fe6a](https://github.com/expo/expo-github-action/commit/2e1fe6ac53c6fd536ea5691410d73df35384fd07))

### [7.0.2](https://github.com/expo/expo-github-action/compare/7.0.1...7.0.2) (2022-01-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "expo-github-action",
"version": "7.0.2",
"version": "7.0.3",
"description": "Expo CLI in your GitHub Actions workflow",
"main": "build/index.js",
"repository": {
Expand Down

0 comments on commit d4175ed

Please sign in to comment.