Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 12, 2024
1 parent 7a9875a commit 7d5ebbd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add the arrayVar helper
hash: 0de419ef04855ae2aeb5ed4fa66f81f4dafcc6e0
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 1.2.0
title: ""
date: 2024-09-12T16:02:27.541Z
- commits:
- subject: Add lint-staged and pre-commit script
hash: 3937c571923d66e605c2938f42871d32c03b26f7
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2.0 - 2024-09-12

* Add the arrayVar helper [Thodoris Greasidis]

## 1.1.12 - 2024-04-09

* Add lint-staged and pre-commit script [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.12",
"version": "1.2.0",
"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:21:56.187Z"
"publishedAt": "2024-09-12T16:02:27.595Z"
}
}

0 comments on commit 7d5ebbd

Please sign in to comment.