Skip to content

Commit d346a30

Browse files
v2.0.2
1 parent 238a4ca commit d346a30

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Pin dependencies
3+
hash: e8d2badb2b659be734f4f1ac2be69dfec83aa4cd
4+
body: |
5+
Update actions/checkout
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
nested: []
11+
version: 2.0.2
12+
title: ""
13+
date: 2024-04-08T17:54:39.605Z
114
- commits:
215
- subject: Fix Google Apps Script typo in README.md
316
hash: 04c359388e0ca8e6d6bc7a6496c3248ad41bb8fd

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.2 - 2024-04-08
8+
9+
* Pin dependencies [Self-hosted Renovate Bot]
10+
711
## 2.0.1 - 2022-12-19
812

913
* Fix Google Apps Script typo in README.md [AlidaOdendaal]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dreamsheets",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Make working with gsheets a dream",
55
"homepage": "https://product-os.github.io/dreamsheets",
66
"main": "build/index.js",
@@ -52,6 +52,6 @@
5252
"typescript": "^4.9.3"
5353
},
5454
"versionist": {
55-
"publishedAt": "2022-12-19T18:43:22.111Z"
55+
"publishedAt": "2024-04-08T17:54:39.689Z"
5656
}
5757
}

0 commit comments

Comments
 (0)