diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e2dd4f1..7a58c79 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Update dependencies + hash: b684c615822ea97db0a898dc2dd82bf7a1282d3f + body: | + Update @balena/lint from 6.2.0 to 6.2.1 + Update @balena/sbvr-types from 3.4.6 to 3.4.15 + Update chai from 4.3.6 to 4.3.7 + Update mocha from 9.2.2 to 10.1.0 + + Only devDependencies -> patch + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + version: 1.4.3 + title: "" + date: 2022-11-24T15:22:51.079Z - commits: - subject: Switch from balenaCI to flowzone hash: 21d465c883e0bd4841b19606076060401b49758b diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd005b..f45ff2c 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/). +# v1.4.3 +## (2022-11-24) + +* Update dependencies [fisehara] + # v1.4.2 ## (2022-10-14) diff --git a/package.json b/package.json index f34ded4..1c1cd0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-parser", - "version": "1.4.2", + "version": "1.4.3", "description": "SBVR to LF parser.", "main": "sbvr-parser.js", "scripts": { @@ -34,6 +34,6 @@ "_": "test" }, "versionist": { - "publishedAt": "2022-10-14T16:24:15.695Z" + "publishedAt": "2022-11-24T15:22:51.201Z" } }