Skip to content

Commit

Permalink
release: create new version 2.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.5](2.1.4...2.1.5) (2019-04-25)

### Code refactors

* upgrade all dependencies to the latest versions ([#91](#91)) ([72a17ae](72a17ae))
* upgrade detect-newline to version 3.0.0 ([#83](#83)) ([0eee460](0eee460))

### Other chores

* configure pull request titles for greenkeeper ([#90](#90)) ([7682b5b](7682b5b))

### Pipeline changes

* add node 12 to testing languages ([#87](#87)) ([4fd6f3c](4fd6f3c))
* remove soon-to-be outdated node 11 in favor of 12 ([#89](#89)) ([97e86cb](97e86cb))
* temporary disable audit-block awaiting tar/node-gyp fix ([#86](#86)) ([9114a27](9114a27))
  • Loading branch information
GLaDOS committed Apr 25, 2019
1 parent 72a17ae commit 577ca5d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [2.1.5](https://github.com/bycedric/semantic-release-expo/compare/2.1.4...2.1.5) (2019-04-25)


### Code refactors

* upgrade all dependencies to the latest versions ([#91](https://github.com/bycedric/semantic-release-expo/issues/91)) ([72a17ae](https://github.com/bycedric/semantic-release-expo/commit/72a17ae))
* upgrade detect-newline to version 3.0.0 ([#83](https://github.com/bycedric/semantic-release-expo/issues/83)) ([0eee460](https://github.com/bycedric/semantic-release-expo/commit/0eee460))


### Other chores

* configure pull request titles for greenkeeper ([#90](https://github.com/bycedric/semantic-release-expo/issues/90)) ([7682b5b](https://github.com/bycedric/semantic-release-expo/commit/7682b5b))


### Pipeline changes

* add node 12 to testing languages ([#87](https://github.com/bycedric/semantic-release-expo/issues/87)) ([4fd6f3c](https://github.com/bycedric/semantic-release-expo/commit/4fd6f3c))
* remove soon-to-be outdated node 11 in favor of 12 ([#89](https://github.com/bycedric/semantic-release-expo/issues/89)) ([97e86cb](https://github.com/bycedric/semantic-release-expo/commit/97e86cb))
* temporary disable audit-block awaiting tar/node-gyp fix ([#86](https://github.com/bycedric/semantic-release-expo/issues/86)) ([9114a27](https://github.com/bycedric/semantic-release-expo/commit/9114a27))

## [2.1.4](https://github.com/bycedric/semantic-release-expo/compare/2.1.3...2.1.4) (2019-04-09)


Expand Down
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": "semantic-release-expo",
"version": "2.1.4",
"version": "2.1.5",
"description": "An Expo implementation for semantic release, so you don't have to bother",
"keywords": [
"expo",
Expand Down

0 comments on commit 577ca5d

Please sign in to comment.