Skip to content

Commit

Permalink
Release v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdsrocha committed Apr 12, 2021
1 parent 39b2b0b commit 5201760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.59.0] - 2021-04-12

### Added
- Field `isGift` to `Item` type.

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "checkout-graphql",
"vendor": "vtex",
"version": "0.58.0",
"version": "0.59.0",
"title": "Checkout GraphQL",
"description": "Checkout GraphQL API",
"builders": {
Expand All @@ -15,7 +15,9 @@
},
"credentialType": "absolute",
"mustUpdateAt": "2019-11-05",
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"policies": [
{
"name": "vtex.messages:translate-messages"
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.checkout-graphql",
"version": "0.58.0",
"version": "0.59.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
Expand Down

0 comments on commit 5201760

Please sign in to comment.