Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-riley committed Jul 29, 2020
1 parent 8f70aad commit 38bcd48
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [2.0.0](https://github.com/allcapsdev/cvcsv-cli/compare/v1.1.53...v2.0.0) (2020-07-29)


### ⚠ BREAKING CHANGES

* **category label:** .cvcsvrc files will need to be updated to include the category field if the process
is intended to be executed without human interaction.

### Features

* **category label:** adds the option to use a category instead of a tag ([f20dd8c](https://github.com/allcapsdev/cvcsv-cli/commit/f20dd8c8881bdc7b3786bc8f809e2c46d92674fc)), closes [#390](https://github.com/allcapsdev/cvcsv-cli/issues/390)

### [1.1.53](https://github.com/allcapsdev/cvcsv-cli/compare/v1.1.52...v1.1.53) (2020-07-27)

### [1.1.52](https://github.com/allcapsdev/cvcsv-cli/compare/v1.1.51...v1.1.52) (2020-07-20)
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": "@allcapsdev/cvcsv-cli",
"version": "1.1.53",
"version": "2.0.0",
"description": "CLI for creating CSV for Cloud Vision Product Search API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 38bcd48

Please sign in to comment.