From 12cfa3ff8d715dd2fd8bc9dca5ef9aa020f8257b Mon Sep 17 00:00:00 2001 From: Petr Broz Date: Tue, 9 Apr 2024 15:00:56 +0200 Subject: [PATCH] Bumped version to 5.0.3. --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23513e..6c7b44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.3] - 2024-04-09 + +- Modified + - Increased the minimum required Node.js version to 16 + ## [5.0.0] - 2024-04-09 - Modified diff --git a/package.json b/package.json index 99f47fa..1c84bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svf-utils", - "version": "5.0.0", + "version": "5.0.3", "description": "Tools for working with the SVF format used by Autodesk Platform Services.", "main": "lib/index.js", "bin": {