diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 869018a..803a2a3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Pin dependencies + hash: e8d2badb2b659be734f4f1ac2be69dfec83aa4cd + body: | + Update actions/checkout + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 2.0.2 + title: "" + date: 2024-04-08T17:54:39.605Z - commits: - subject: Fix Google Apps Script typo in README.md hash: 04c359388e0ca8e6d6bc7a6496c3248ad41bb8fd diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bc1c2..f1e8f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.2 - 2024-04-08 + +* Pin dependencies [Self-hosted Renovate Bot] + ## 2.0.1 - 2022-12-19 * Fix Google Apps Script typo in README.md [AlidaOdendaal] diff --git a/package.json b/package.json index 239874d..5813101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dreamsheets", - "version": "2.0.1", + "version": "2.0.2", "description": "Make working with gsheets a dream", "homepage": "https://product-os.github.io/dreamsheets", "main": "build/index.js", @@ -52,6 +52,6 @@ "typescript": "^4.9.3" }, "versionist": { - "publishedAt": "2022-12-19T18:43:22.111Z" + "publishedAt": "2024-04-08T17:54:39.689Z" } }