Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 30, 2024
1 parent ff2d3cb commit bf05d05
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
- commits:
- subject: Update @balena/lint to 8.0.2
hash: eeed5aea54705bdcb824f87292b0f05aa1903c03
body: |
Update @balena/lint from 7.2.0 to 8.0.2
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update TypeScript to 5.4.5
hash: e880fcfc4cb45bdceb91122ee9a29464f4c078ec
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update supertest to v7
hash: 09e5ac4697527b1af1a9819cd48277d7da5d7c99
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 2.0.3
title: ""
date: 2024-04-30T09:51:57.367Z
- commits:
- subject: Update @types/supertest to v6
hash: 698ac4eb72b41b86f9c1644024f3e5df14eb44d6
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3 - 2024-04-30

* Update @balena/lint to 8.0.2 [Thodoris Greasidis]
* Update TypeScript to 5.4.5 [Thodoris Greasidis]
* Update supertest to v7 [Thodoris Greasidis]

## 2.0.2 - 2024-01-02

* Update @types/supertest to v6 [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinejs-client-supertest",
"version": "2.0.2",
"version": "2.0.3",
"description": "This module provides the nodejs interface for the pinejs API using request.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -50,6 +50,6 @@
"supertest": "^7.0.0"
},
"versionist": {
"publishedAt": "2024-01-02T08:55:18.188Z"
"publishedAt": "2024-04-30T09:51:57.482Z"
}
}

0 comments on commit bf05d05

Please sign in to comment.