diff --git a/CHANGELOG.md b/CHANGELOG.md index 9705014..1a911b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.3](https://github.com/expo-community/standard-version-expo/compare/1.0.2...1.0.3) (2020-04-19) + + +### Bug fixes + +* add globby to dependencies for expo config ([4427369](https://github.com/expo-community/standard-version-expo/commit/44273694274547df8a890f2c42fec5b02d98a4ed)) + + +### Documentation changes + +* add missing version error note ([3bd9494](https://github.com/expo-community/standard-version-expo/commit/3bd94943f9a8fe316911cc717dc580e510bc48b5)) + ### [1.0.2](https://github.com/expo-community/standard-version-expo/compare/1.0.0...1.0.2) (2020-04-19) diff --git a/package-lock.json b/package-lock.json index 3ceb5c6..2e482bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "standard-version-expo", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c734704..1cd88c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-version-expo", - "version": "1.0.2", + "version": "1.0.3", "description": "Automatic Expo versioning with Standard Version", "keywords": [ "expo",