Skip to content

Commit

Permalink
Release v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Silva committed Aug 23, 2018
1 parent a5512cc commit 4e238ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.22.0] - 2018-08-23
### Added
- New `Logistics` type and resolvers.

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"vendor": "vtex",
"name": "store-graphql",
"version": "2.21.3",
"version": "2.22.0",
"title": "GraphQL API for the VTEX store APIs",
"description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.",
"credentialType": "absolute",
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"builders": {
"graphql": "1.x",
"node": "3.x"
Expand Down

0 comments on commit 4e238ac

Please sign in to comment.