From 9895f4f23dbda0ce504dc7b5cc1715a3c66f5ba8 Mon Sep 17 00:00:00 2001 From: Olof Rappestad Date: Tue, 8 Aug 2023 07:42:21 +0200 Subject: [PATCH] chore(release): 5.1.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a80cc..a15da5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.1.0](https://github.com/skymakerolof/dxf/compare/v5.0.1...v5.1.0) (2023-08-08) + + +### Features + +* add support for polyfaceMesh outline rendering ([#138](https://github.com/skymakerolof/dxf/issues/138)) ([38fd3a6](https://github.com/skymakerolof/dxf/commit/38fd3a695644f1b142789d1d3e3828ee8a458d1f)) + + +### Bug Fixes + +* spline boundary path data ([#134](https://github.com/skymakerolof/dxf/issues/134)) ([4ea2312](https://github.com/skymakerolof/dxf/commit/4ea2312892ef73eed3690fc772ec0f2f8619beef)) + ### [5.0.1](https://github.com/skymakerolof/dxf/compare/v5.0.0...v5.0.1) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index b8a2f0a..99a690f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dxf", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dxf", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "commander": "^2.20.3", diff --git a/package.json b/package.json index c06efa2..3fc94a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dxf", - "version": "5.0.1", + "version": "5.1.0", "description": "DXF parser for node/browser", "main": "lib/index.js", "bin": {