From cf803e0efbb2092935e5b1631dff8c81ead6a9b2 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Sun, 12 May 2024 13:01:08 -0700 Subject: [PATCH] chore: release v4.1.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674787f..645c5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [4.1.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.2...HEAD) + +- add setDataValidation [`#691`](https://github.com/theoephraim/node-google-spreadsheet/pull/691) +- fix docs typos +- move from CircleCI to GH Actions [`53fe384`](https://github.com/theoephraim/node-google-spreadsheet/commit/53fe38483c665ea0001a1057ac4204a3f61abb56) #### [4.1.1](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.1...v4.1.0) diff --git a/package.json b/package.json index 3f8725d..14766a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-spreadsheet", - "version": "4.1.1", + "version": "4.1.2", "description": "Google Sheets API -- simple interface to read/write data and manage sheets", "keywords": [ "google spreadsheets",