diff --git a/CHANGELOG.md b/CHANGELOG.md index e151896d..8e457ff1 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.4.0](https://github.com/sanity-io/groq-js/compare/v1.3.0...v1.4.0) (2024-01-18) + +### Features + +- export Path class ([c7a8a46](https://github.com/sanity-io/groq-js/commit/c7a8a46cefbede3ad16816137694410a3cbf827d)) + ## [1.3.0](https://github.com/sanity-io/groq-js/compare/v1.2.0...v1.3.0) (2023-09-08) ### Features diff --git a/LICENSE b/LICENSE index e2259624..46055f59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Sanity.io +Copyright (c) 2024 Sanity.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package-lock.json b/package-lock.json index 479bf3c6..3794af51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "groq-js", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "groq-js", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@sanity/pkg-utils": "^2.4.8", diff --git a/package.json b/package.json index 553ce539..22c56547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "groq-js", - "version": "1.3.0", + "version": "1.4.0", "keywords": [ "sanity", "json",