Skip to content

Commit

Permalink
release: create new version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 6, 2020
1 parent dcb2c8b commit d6661a4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

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.0 (2020-01-06)


### New features

* add first draft of standard version for expo ([7f821d2](https://github.com/bycedric/standard-version-expo/commit/7f821d2458f8115b28a19495b163bbc85089f9c6))


### Pipeline changes

* add simple workflow to test changes ([bf64ce0](https://github.com/bycedric/standard-version-expo/commit/bf64ce034558780f89aca7d11cbc8f2d1a9b9806))


### Other chores

* add standard version as release script ([535a7a4](https://github.com/bycedric/standard-version-expo/commit/535a7a45e9275c558b937caf57a901e86136c853))


### Documentation changes

* add example to run standard version ([82598b1](https://github.com/bycedric/standard-version-expo/commit/82598b129e6f71b2e3e4bd6283df2cceb1fad846))
* fix typo and add enhanced example script ([13f3bab](https://github.com/bycedric/standard-version-expo/commit/13f3bab0128f171d7bbab72e6b55dd04210608cb))
* update example config with require resolve ([dcb2c8b](https://github.com/bycedric/standard-version-expo/commit/dcb2c8b41426d8d8a01fe48d739c7fb8ac92aaab))
* use proper badge references in readme ([c85797e](https://github.com/bycedric/standard-version-expo/commit/c85797e6993df1cd36faef437255fb576b2f1253))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-version-expo",
"version": "0.0.0",
"version": "1.0.0",
"description": "Automatic Expo versioning with Standard Version",
"keywords": [
"expo",
Expand Down

0 comments on commit d6661a4

Please sign in to comment.