From a1f4238525b0f7ebe23b2898ecb30de13ecfce09 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:55:20 +0000 Subject: [PATCH] v2.0.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1989476..e1992b3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update @types/supertest to v6 + hash: 698ac4eb72b41b86f9c1644024f3e5df14eb44d6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 2.0.2 + title: "" + date: 2024-01-02T08:55:18.097Z - commits: - subject: "get(): Fix returning an empty object instead of undefined" hash: c69bc3a3ecf7f542b58ce1d70240cfb9c02fda31 diff --git a/CHANGELOG.md b/CHANGELOG.md index fb583a2..ec540e4 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-01-02 + +* Update @types/supertest to v6 [Thodoris Greasidis] + ## 2.0.1 - 2023-10-10 * get(): Fix returning an empty object instead of undefined [Thodoris Greasidis] diff --git a/package.json b/package.json index 7ed1837..6efbfd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinejs-client-supertest", - "version": "2.0.1", + "version": "2.0.2", "description": "This module provides the nodejs interface for the pinejs API using request.", "main": "build/index.js", "types": "build/index.d.ts", @@ -50,6 +50,6 @@ "supertest": "^6.3.3" }, "versionist": { - "publishedAt": "2023-10-10T12:55:50.123Z" + "publishedAt": "2024-01-02T08:55:18.188Z" } }