Skip to content

Commit

Permalink
Auto-merge for PR #55 via VersionBot
Browse files Browse the repository at this point in the history
Make publishing scripts executable
  • Loading branch information
resin-io-modules-versionbot[bot] authored Oct 15, 2017
2 parents 7c14af4 + fe99682 commit 64471bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.3.2 - 2017-10-15

* Make publishing scripts executable ...hopefully this will fix deploy errors #55 [Andrew Scheller]

## v1.3.1 - 2017-10-13

* Fix(scripts): Ensure the Travis box finds bash #52 [Jonas Hermsmeier]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountutils",
"version": "1.3.1",
"version": "1.3.2",
"main": "index.js",
"description": "Cross platform mount related utilities",
"homepage": "https://github.com/resin-io-modules/mountutils",
Expand Down
Empty file modified scripts/prebuild-publish.bat
100644 → 100755
Empty file.
Empty file modified scripts/prebuild-publish.sh
100644 → 100755
Empty file.

0 comments on commit 64471bd

Please sign in to comment.