From 2204b040857ac26d2b356b63c62d773add141a96 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 15 Jun 2022 15:37:56 +0300 Subject: [PATCH] v4.1.0 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9e3a0..aa92940 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/). +# v4.1.0 +## (2022-06-15) + +* Ensure all files from testing folder are included in release [Anuj Deshpande] + # v4.0.0 ## (2022-02-23) diff --git a/package.json b/package.json index eaf7d8f..6fa0c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rfq", - "version": "4.0.0", + "version": "4.1.0", "private": false, "description": "generate RFQ archives for hardware repos", "main": "build/index.js", @@ -45,6 +45,6 @@ "skhema": "^5.3.0" }, "versionist": { - "publishedAt": "2022-02-23T13:06:44.163Z" + "publishedAt": "2022-06-15T12:30:24.801Z" } }