From 778b991aa0be01c6b107a31ccf61ff40130aaaf2 Mon Sep 17 00:00:00 2001 From: Thomas Rich Date: Thu, 25 Aug 2022 18:26:16 -0700 Subject: [PATCH] releasing --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1adb7c7c1..2c728fff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v18.1.15](https://github.com/TeselaGen/openVectorEditor/compare/v17.3.12...v18.1.15) +#### [v18.1.16](https://github.com/TeselaGen/openVectorEditor/compare/v17.3.12...v18.1.16) - Wrap arithmetic involving CSS custom property with calc [`#859`](https://github.com/TeselaGen/openVectorEditor/pull/859) - adding a new arrowheadType of NONE option [`#854`](https://github.com/TeselaGen/openVectorEditor/pull/854) diff --git a/package.json b/package.json index 9e43d9f91..44721f9ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-vector-editor", - "version": "18.1.15", + "version": "18.1.16", "description": "Teselagen's Open Source Vector Editor", "main": "lib/index.js", "module": "es/index.js",