Skip to content

Commit

Permalink
v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 9, 2024
1 parent 0887edd commit 4a00960
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: Update type import
hash: 048e9954236aed01865141c3860e79a0400798d7
body: ""
footer:
Change-type: patch
change-type: patch
author: Josh Bowling
nested: []
- subject: Update dependency @balena/lint to v8
hash: 4989e05103642c2e214161d9acf59e76d027ba7a
body: |
Update @balena/lint from 7.3.0 to 8.0.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 1.1.11
title: ""
date: 2024-04-09T02:00:55.870Z
- commits:
- subject: Update dependency rimraf to v5
hash: 2549b71d43287a299b0adfa75dc79b9e53331890
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/).

## 1.1.11 - 2024-04-09

* Update type import [Josh Bowling]
* Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]

## 1.1.10 - 2023-12-29

* Update dependency rimraf to v5 [Self-hosted Renovate Bot]
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/env-parsing",
"version": "1.1.10",
"version": "1.1.11",
"description": "A collection of utilities to simplify/standardize env var parsing",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -51,6 +51,6 @@
]
},
"versionist": {
"publishedAt": "2023-12-29T12:52:54.745Z"
"publishedAt": "2024-04-09T02:00:55.924Z"
}
}

0 comments on commit 4a00960

Please sign in to comment.