Skip to content

Commit

Permalink
Release v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed May 11, 2022
1 parent 06b4bd2 commit ff43bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.14.0] - 2022-05-11

### Added

- `deleteIndex` mutation
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema",
"name": "store-sitemap",
"vendor": "vtex",
"version": "2.13.10",
"version": "2.14.0",
"title": "Sitemap",
"description": "Sitemap for vtex.store",
"mustUpdateAt": "2019-08-01",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'",
"test": "jest"
},
"version": "2.13.10"
"version": "2.14.0"
}

0 comments on commit ff43bab

Please sign in to comment.