Skip to content

Commit

Permalink
v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 9, 2024
1 parent 152406e commit 6968a2a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
- commits:
- subject: Add lint-staged and pre-commit script
hash: 3937c571923d66e605c2938f42871d32c03b26f7
body: ""
footer:
Change-type: patch
change-type: patch
author: Josh Bowling
nested: []
- subject: Update prepare script for husky v9
hash: 6c28e43fed06642e87ca2a93bf636ff48e850829
body: ""
footer:
Change-type: patch
change-type: patch
author: Josh Bowling
nested: []
- subject: Update dependency husky to v9
hash: 0dfa86ee5e1dcb67cd6d2e2e9085d00c759599b3
body: |
Update husky from 8.0.3 to 9.0.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 1.1.12
title: ""
date: 2024-04-09T02:21:56.121Z
- commits:
- subject: Update type import
hash: 048e9954236aed01865141c3860e79a0400798d7
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.12 - 2024-04-09

* Add lint-staged and pre-commit script [Josh Bowling]
* Update prepare script for husky v9 [Josh Bowling]
* Update dependency husky to v9 [Self-hosted Renovate Bot]

## 1.1.11 - 2024-04-09

* Update type import [Josh Bowling]
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.11",
"version": "1.1.12",
"description": "A collection of utilities to simplify/standardize env var parsing",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -47,6 +47,6 @@
]
},
"versionist": {
"publishedAt": "2024-04-09T02:00:55.924Z"
"publishedAt": "2024-04-09T02:21:56.187Z"
}
}

0 comments on commit 6968a2a

Please sign in to comment.