Skip to content

Commit 03bca0d

Browse files
committed
v2.0.1
1 parent 792aa2b commit 03bca0d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Fix Google Apps Script typo in README.md
3+
hash: 04c359388e0ca8e6d6bc7a6496c3248ad41bb8fd
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: AlidaOdendaal <alida@balena.io>
9+
signed-off-by: AlidaOdendaal <alida@balena.io>
10+
author: AlidaOdendaal
11+
nested: []
12+
version: 2.0.1
13+
title: ""
14+
date: 2022-12-19T18:43:21.983Z
115
- commits:
216
- subject: New writeToSheet function
317
hash: a91928261d69e5a0c434d589ce1c49edf2ecde71

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.1 - 2022-12-19
8+
9+
* Fix Google Apps Script typo in README.md [AlidaOdendaal]
10+
711
## 2.0.0 - 2022-12-14
812

913
* New writeToSheet function [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.0",
3+
"version": "2.0.1",
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-14T21:37:20.196Z"
55+
"publishedAt": "2022-12-19T18:43:22.111Z"
5656
}
5757
}

0 commit comments

Comments
 (0)