diff --git a/CHANGELOG.md b/CHANGELOG.md index 174cec4..5558576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.0] - 2020-12-02 ### Added - `Navigates` endpoint of the `search` API. diff --git a/manifest.json b/manifest.json index 3d66277..573f771 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "chaordic-graphql", - "version": "2.5.1", + "version": "2.6.0", "builders": { "graphql": "1.x", "node": "4.x", diff --git a/node/package.json b/node/package.json index ba16f95..cf0222f 100644 --- a/node/package.json +++ b/node/package.json @@ -31,5 +31,5 @@ "scripts": { "lint": "tsc --noEmit && tslint --fix -c tslint.json './**/*.ts'" }, - "version": "2.5.1" + "version": "2.6.0" }