Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Feb 14, 2023
1 parent dfc82ba commit 051474c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Fixes deprecated pine orderby query (#9)
hash: dfc82bab0d8d80e52fda1f9e89c0148794bf94fe
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 0.0.9
title: ""
date: 2023-02-14T13:24:47.804Z
- commits:
- subject: Fixes docker helathcheck (#8)
hash: 536e2dbd2b0316df81c1f9a1ce382a4da0e68138
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/).

# v0.0.9
## (2023-02-14)

* Fixes deprecated pine orderby query (#9) [Otávio Jacobi]

# v0.0.8
## (2023-02-10)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Balena popularity metrics",
"main": "src/index",
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"test": "echo Tests are run via the docker build",
"test:in-container": "npm run lint && jest --silent --coverage --runInBand --collectCoverageFrom='src/**/*.{ts,jxs}'",
Expand Down Expand Up @@ -52,6 +52,6 @@
}
},
"versionist": {
"publishedAt": "2023-02-10T19:09:54.590Z"
"publishedAt": "2023-02-14T13:24:47.887Z"
}
}

0 comments on commit 051474c

Please sign in to comment.