diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1d0d4da..1abdaed 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Optimize by moving constant values into global init + hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + version: 3.0.3 + title: "" + date: 2024-01-04T15:30:09.102Z - commits: - subject: Update dependencies hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c905e..60bc241 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/). +# v3.0.3 +## (2024-01-04) + +* Optimize by moving constant values into global init [fisehara] + # v3.0.2 ## (2024-01-04) diff --git a/package.json b/package.json index cf16040..770f71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-parser", - "version": "3.0.2", + "version": "3.0.3", "description": "An OData parser written in OMeta", "main": "odata-parser.js", "scripts": { @@ -39,6 +39,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-01-04T10:16:57.000Z" + "publishedAt": "2024-01-04T15:30:09.206Z" } }