diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bbea5..0010c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.10.39](https://github.com/microlinkhq/mql/compare/v0.10.38...v0.10.39) (2023-09-04) + + +### Bug Fixes + +* prefer exports over main ([bab451c](https://github.com/microlinkhq/mql/commit/bab451cb1715117b0905984d2b43cd92ec242ac1)) + ### [0.10.38](https://github.com/microlinkhq/mql/compare/v0.10.37...v0.10.38) (2023-09-03) diff --git a/package.json b/package.json index f8fcf9b..8c25d48 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/mql", "description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.", "homepage": "https://microlink.io/mql", - "version": "0.10.38", + "version": "0.10.39", "types": "index.d.ts", "browser": "src/lightweight.js", "umd:main": "dist/mql.js",