diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb74c41..37ba3ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.11](https://github.com/sanity-io/groq-js/compare/v1.1.10...v1.1.11) (2023-08-07) + +### Bug Fixes + +- add `node.module` condition for bundlers ([67365ac](https://github.com/sanity-io/groq-js/commit/67365acadbee7df79c06deedbb1f26ae331f8fb5)) + ## [1.1.10](https://github.com/sanity-io/groq-js/compare/v1.1.9...v1.1.10) (2023-08-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index bbf0d1b5..9561d418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "groq-js", - "version": "1.1.10", + "version": "1.1.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "groq-js", - "version": "1.1.10", + "version": "1.1.11", "license": "MIT", "devDependencies": { "@sanity/pkg-utils": "^2.3.14", diff --git a/package.json b/package.json index 96c6cb56..6f177523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "groq-js", - "version": "1.1.10", + "version": "1.1.11", "keywords": [ "sanity", "json",