Skip to content

Commit

Permalink
v0.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed May 3, 2023
1 parent 24daba0 commit d03dc79
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
25 changes: 20 additions & 5 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,15 @@
- commits:
- subject: Update versionist to v6.10.0
hash: d5ff674453c93bf98aeab087f1c328901adf351b
body: |
Update versionist
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
version: 0.14.13
title: ""
date: 2023-05-03T20:01:54.696Z
- commits:
- subject: "patch: Bump versionist to 6.9.2"
hash: 505573c02255e1cd9497b3230f3d3e2e068801e7
Expand Down Expand Up @@ -185,8 +197,8 @@
- subject: Prevent pattern HTML-escaping
hash: b6f09799899d0f3dfcc99352fd40217c3c9c0432
body: >
Prevent mustache HTML-escaping the patterns, so that they can be properly
matched in the regex.
Prevent mustache HTML-escaping the patterns, so that they can be
properly matched in the regex.
footer:
Change-type: patch
change-type: patch
Expand All @@ -213,7 +225,8 @@
- subject: "yocto-based-OS-image: Update balena.yml to match repository version"
hash: 801cdd3cdab4c13cb65b812ccb19dab2301e5e26
body: >
The version is the balena.yml file will be used by the API to version the
The version is the balena.yml file will be used by the API to version
the
release in the fleet.
footer:
Expand Down Expand Up @@ -384,7 +397,8 @@
- subject: Check log level before logging to stderr
hash: 218caf76e8dac9b7a9d6271b5e4918b946885a27
body: >
It is useful to disable stderr logging when running tests as it may cause
It is useful to disable stderr logging when running tests as it may
cause
issues for some testing frameworks
footer:
Expand Down Expand Up @@ -471,7 +485,8 @@
- subject: Bump lodash from 4.17.11 to 4.17.13
hash: 1a730a5a15f87c4ec80ccabf732e1d8203863b24
body: >
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to
4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.14.13
## (2023-05-03)

* Update versionist to v6.10.0 [Felipe Lalanne]

# v0.14.12
## (2022-11-29)

Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "balena-versionist",
"version": "0.14.12",
"version": "0.14.13",
"description": "",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"types": "lib/index.d.ts",
"versionist": {
"publishedAt": "2022-11-29T22:10:58.787Z"
"publishedAt": "2023-05-03T20:01:54.854Z"
}
}

0 comments on commit d03dc79

Please sign in to comment.