Skip to content

Commit

Permalink
Release v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-celi committed Aug 14, 2024
1 parent 9139fa4 commit 2a4f8ee
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.16.2] - 2024-08-14

## [2.16.1] - 2024-07-09

## [2.16.0] - 2024-02-27
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.16.1",
"version": "2.16.2",
"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.16.1"
"version": "2.16.2"
}

0 comments on commit 2a4f8ee

Please sign in to comment.