diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 25e400e..534ba0d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4dd39..f51c437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 78ab577..791bee4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -51,6 +51,6 @@ ] }, "versionist": { - "publishedAt": "2023-12-29T12:52:54.745Z" + "publishedAt": "2024-04-09T02:00:55.924Z" } }