From 2faff7603989e9163ea95bfc7dbde72f21b2ecb2 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Thu, 19 Dec 2024 12:31:01 -0500 Subject: [PATCH] chore(release): v0.4.2 (#46) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dfea0..aadaf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ ## 0.4 +### 0.4.2 + +- fix: Fix incorrect column name lowercasing in Picking Model API + ### 0.4.1 -- add cache control mechanism for sources and query APIs +- feat: Add cache control mechanism for sources and query APIs ### 0.4.0 diff --git a/package.json b/package.json index 0b52505..fad6f9e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "github:CartoDB/carto-api-client", "author": "Don McCurdy ", "packageManager": "yarn@4.3.1", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "publishConfig": { "access": "public",