diff --git a/CHANGELOG.md b/CHANGELOG.md index e14df3a..a4c297e 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] + +## [0.0.3] - 2020-10-26 ### Fixed - Export Typescript typings. diff --git a/manifest.json b/manifest.json index 34d07c9..d28f606 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "geolocation-graphql-interface", - "version": "0.0.2", + "version": "0.0.3", "title": "GraphQL interface for geolocation APIs", "description": "GraphQL schemas that can be used to implement your own geolocation resolver", "credentialType": "absolute",