diff --git a/CHANGELOG.md b/CHANGELOG.md index fba6969..5a392e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.1](https://github.com/whitebox-co/walmart-marketplace-api/compare/v2.1.0...v2.1.1) (2021-12-20) + +### Bug Fixes + +- package.json was pointing to incorrect type definition, fixes Issue [#68](https://github.com/whitebox-co/walmart-marketplace-api/issues/68) ([45605cf](https://github.com/whitebox-co/walmart-marketplace-api/commit/45605cf731c75ba25b2159e1c3521386ced2d03e)) + # [2.1.0](https://github.com/whitebox-co/walmart-marketplace-api/compare/v2.0.1...v2.1.0) (2021-12-13) ### Features diff --git a/package-lock.json b/package-lock.json index 74f3af6..5785b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whitebox-co/walmart-marketplace-api", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d0f8a6..47744ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whitebox-co/walmart-marketplace-api", - "version": "2.1.0", + "version": "2.1.1", "description": "A fully typed TypeScript and Node.js API library for the Walmart Marketplace API", "license": "MIT", "author": {