js2bin-version-info
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
[![Build Status](https://travis-ci.com/asamuzaK/js2bin-version-info.svg?branch=main)](https://travis-ci.com/asamuzaK/js2bin-version-info) | ||
[![npm version](https://badge.fury.io/js/js2bin-version-info.svg)](https://badge.fury.io/js/js2bin-version-info) | ||
@@ -14,3 +15,3 @@ # js2bin version info | ||
/** | ||
* Returns a latest version for the "build" command. | ||
* Returns the latest version, for the "build" command. | ||
*/ | ||
@@ -24,3 +25,3 @@ const getVersionForBuild = async () => { | ||
/** | ||
* Returns an array of latest versions for the "ci" command. | ||
* Returns an array of the latest versions, for the "ci" command. | ||
* It will return an empty array if all the latest versions are already | ||
@@ -27,0 +28,0 @@ * available in the js2bin release assets. |
11134
38