Skip to content

Commit

Permalink
v15.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Feb 10, 2021
1 parent 257c9b4 commit 7946b8d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: 'tests/setup: Fix bug caused by setting bad release timestamps'
hash: 0580cc387c595e410c219d6a727c45ce7d2a1a39
body: |
The application.should_be_running__release was
staying null. The new realistic timestamps approach
is what we should have been doing from start.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <[email protected]>
signed-off-by: Thodoris Greasidis <[email protected]>
author: Thodoris Greasidis
nested: []
- subject: 'tests: Fix application.willTrackNewReleases missing tests'
hash: 034a5069172bea16a74724b30d3cd7bd6550ddef
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <[email protected]>
signed-off-by: Thodoris Greasidis <[email protected]>
author: Thodoris Greasidis
nested: []
version: 15.24.7
date: 2021-02-10T20:45:00.735Z
- commits:
- subject: Add application membership methods
hash: 62d78fa3a88e621d5102da9a45190ad72d5a2733
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## 15.24.7 - 2021-02-10

* tests/setup: Fix bug caused by setting bad release timestamps [Thodoris Greasidis]
* tests: Fix application.willTrackNewReleases missing tests [Thodoris Greasidis]

## 15.24.6 - 2021-02-04

* Add application membership methods [JSReds]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-sdk",
"version": "15.24.6",
"version": "15.24.7",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7946b8d

Please sign in to comment.