Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 30, 2023
1 parent 199625e commit 708f2d5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
50 changes: 50 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
- commits:
- subject: Update rimraf to v5
hash: 18750554393d311a2870bc8b2e7154cae6b955f3
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update lint-staged to v15
hash: 28e5597eda171c874d4e4d85281fcf1ee26fc76e
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update husky to v8
hash: 9267eeccc0c368e4539d447b72387157df246c4a
body: ""
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
- subject: Update balena lint and other ts dependencies
hash: b32c19a43bd0276fc526309c2ca59e1d5685a24e
body: |
Updates
- balena-lint
- typescript
- mocha
- balena-config-karma
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Flowzonify
hash: a0e3d7d7915daeb460c692633fdb627bf2fe8746
body: ""
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
version: 2.3.0
title: ""
date: 2023-10-30T14:57:41.630Z
- commits:
- subject: Update typescript and ts-node
hash: 960d4ca62d4e45b91a3e1fa66d6afbbeeb1ed7ab
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## 2.3.0 - 2023-10-30

* Update rimraf to v5 [Felipe Lalanne]
* Update lint-staged to v15 [Felipe Lalanne]
* Update husky to v8 [Felipe Lalanne]
* Update balena lint and other ts dependencies [Felipe Lalanne]
* Flowzonify [Felipe Lalanne]

## 2.2.0 - 2022-07-20

* Update typescript and ts-node [Felipe Lalanne]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-typescript-skeleton",
"version": "2.2.0",
"version": "2.3.0",
"description": "Skeleton template for a balena TypeScript project",
"homepage": "https://github.com/balena-io/balena-typescript-skeleton#readme",
"private": true,
Expand Down Expand Up @@ -51,6 +51,6 @@
"typescript": "^5.2.2"
},
"versionist": {
"publishedAt": "2022-07-20T21:31:17.871Z"
"publishedAt": "2023-10-30T14:57:41.744Z"
}
}

0 comments on commit 708f2d5

Please sign in to comment.