Skip to content

Commit

Permalink
v14.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Nov 2, 2022
1 parent cfa67c3 commit 8619f45
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: "Docs: Improve getting started doc"
hash: ee7df5cc1793438b8cc69b37607677fb7256e887
body: |
Give preference to TypeScript over CoffeeScript for the example app.
Improve code blocks by giving them types and removing unnecessary
characters to enable better copy-paste when viewing on GitHub.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Josh Bowling <[email protected]>
signed-off-by: Josh Bowling <[email protected]>
author: Josh Bowling
nested: []
version: 14.51.2
title: ""
date: 2022-11-02T00:59:23.434Z
- commits:
- subject: "Docs: Fix TypeScript getting started example"
hash: 491a79b281ed551cdf174412df7466cf411befb4
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/).

# v14.51.2
## (2022-11-02)

* Docs: Improve getting started doc [Josh Bowling]

# v14.51.1
## (2022-11-01)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.51.1
14.51.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "14.51.1",
"version": "14.51.2",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
Expand Down Expand Up @@ -141,6 +141,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2022-11-01T06:55:18.046Z"
"publishedAt": "2022-11-02T00:59:24.111Z"
}
}

0 comments on commit 8619f45

Please sign in to comment.