Comparing version 0.1.6 to 0.1.7
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const sharp = require('sharp'); | ||
@@ -2,0 +4,0 @@ const yargs = require('yargs'); |
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.7](https://github.com/shinokada/bimgc/compare/v0.1.6...v0.1.7) (2023-02-05) | ||
### Bug Fixes | ||
* add shebang ([c04b586](https://github.com/shinokada/bimgc/commit/c04b5860e80c36ce7e42033a0cd17eb0b3814b1a)) | ||
### [0.1.6](https://github.com/shinokada/bimgc/compare/v0.1.5...v0.1.6) (2023-02-05) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "bimgc", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A Node.js script that converts PNG and JPG images to AVIF and WebP format with various sizes and saves them in a specified output directory. The output images are named based on the input file and include information about their size and format.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
47072
1004