Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Riley committed Jan 31, 2020
2 parents 76618f1 + e8a8486 commit abb80af
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 91 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.1.3](https://github.com/matt-riley/cvcsv-cli/compare/v1.1.2...v1.1.3) (2020-01-31)

### [1.1.2](https://github.com/matt-riley/cvcsv-cli/compare/v1.1.1...v1.1.2) (2020-01-23)

### [1.1.1](https://github.com/matt-riley/cvcsv-cli/compare/v1.1.0...v1.1.1) (2019-12-27)
31 changes: 0 additions & 31 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -328,37 +328,6 @@ SOFTWARE.

------

** @types/events; version 3.0.0 --
Copyright (c) Microsoft Corporation.
** @types/glob; version 7.1.1 --
Copyright (c) Microsoft Corporation.
** @types/minimatch; version 3.0.3 --
Copyright (c) Microsoft Corporation.
** @types/node; version 13.1.1 --
Copyright (c) Microsoft Corporation.

MIT License

Copyright (c) Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

** to-regex-range; version 5.0.1 -- https://github.com/micromatch/to-regex-range
Copyright (c) 2015-present, Jon Schlinkert.
Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/matt-riley/cvcsv-cli.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/matt-riley/cvcsv-cli/context:javascript) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# cvcsv-cli

[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/matt-riley/cvcsv-cli.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/matt-riley/cvcsv-cli/context:javascript) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![npm](https://img.shields.io/npm/dm/@matt-riley/cvcsv-cli)](https://www.npmjs.com/package/@matt-riley/cvcsv-cli)

This is a tool to make the process of creating the bulk import CSV file for [Google Clouds Vision Product Search API](https://cloud.google.com/vision/product-search/docs/) a little easier.

[Here](https://cloud.google.com/vision/product-search/docs/csv-format) is the documentation for the formatting the CSV.
Expand Down

0 comments on commit abb80af

Please sign in to comment.