From d6661a4c34d1b95a702874d7a9cad7fdefb0e2b1 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Mon, 6 Jan 2020 21:08:56 +0000 Subject: [PATCH] release: create new version 1.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fa6753c --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index ce572a6..829e9c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "standard-version-expo", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18eb4bd..2c5847c 100644 --- a/package.json +++ b/package.json @@ -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",