diff --git a/CHANGELOG.md b/CHANGELOG.md index 665f78be..861e96ba 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] + +## [6.45.16] - 2023-07-03 ### Changed - Bump `prom-client` version diff --git a/package.json b/package.json index 42502d8d..2d8be753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "6.45.15", + "version": "6.45.16", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",