Skip to content

Commit

Permalink
v1.27.166
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 16, 2024
1 parent 1027d04 commit 58782c9
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: Optimize finding which devices to publish & unpublish
hash: c020fffe15b767a31a61ec9f60036ae8b424e8e0
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 1.27.166
title: ""
date: 2024-09-16T16:42:31.970Z
- commits:
- subject: Optimize the API request to fetch only the uuid & of only the
accessible devices
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/).

# v1.27.166
## (2024-09-16)

* Optimize finding which devices to publish & unpublish [Thodoris Greasidis]

# v1.27.165
## (2024-09-16)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.165
1.27.166
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
@@ -1,6 +1,6 @@
{
"name": "balena-mdns-publisher",
"version": "1.27.165",
"version": "1.27.166",
"scripts": {
"build": "tsc",
"prettify": "balena-lint --fix src/ typings/",
Expand Down Expand Up @@ -56,6 +56,6 @@
]
},
"versionist": {
"publishedAt": "2024-09-16T15:06:16.241Z"
"publishedAt": "2024-09-16T16:42:32.209Z"
}
}

0 comments on commit 58782c9

Please sign in to comment.