diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 02b92de..d926e9f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Changes startup file (#7) + hash: ecee4b94bbbccb1e31eb5414a1450a10cea418d9 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 0.0.7 + title: "" + date: 2023-02-10T18:53:10.145Z - commits: - subject: Improves docs (#6) hash: ff5d94c5c7e6d152d9673b0efe034b63688d6e04 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f03df9..c25f2b5 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/). +# v0.0.7 +## (2023-02-10) + +* Changes startup file (#7) [Otávio Jacobi] + # v0.0.6 ## (2023-02-10) diff --git a/VERSION b/VERSION index 99d85ec..5c4511c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 \ No newline at end of file +0.0.7 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 096c15e..f1ad357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/popularity-metrics", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@balena/popularity-metrics", - "version": "0.0.6", + "version": "0.0.7", "license": "ISC", "dependencies": { "@balena/node-metrics-gatherer": "^6.0.3", diff --git a/package.json b/package.json index 1207f72..484d7fe 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "description": "Balena popularity metrics", "main": "src/index", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "test": "echo Tests are run via the docker build", "test:in-container": "npm run lint && jest --silent --coverage --runInBand --collectCoverageFrom='src/**/*.{ts,jxs}'", @@ -52,6 +52,6 @@ } }, "versionist": { - "publishedAt": "2023-02-10T18:28:56.421Z" + "publishedAt": "2023-02-10T18:53:10.215Z" } }