diff --git a/CHANGELOG.md b/CHANGELOG.md index e90bd90..9610d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.1.14](https://github.com/rabix/cwl-svg/compare/2.1.13...2.1.14) (2024-07-02) + + +### Bug Fixes + +* 🐛 remove deprecated MouseWheelEvent and use WheelEvent ([dd5da24](https://github.com/rabix/cwl-svg/commit/dd5da24393416ac3a52bea3908e2c407229257fe)) + ### [2.1.13](https://github.com/rabix/cwl-svg/compare/2.1.12...2.1.13) (2023-01-17) ### [2.1.12](https://github.com/rabix/cwl-svg/compare/2.1.11...2.1.12) (2022-10-11) diff --git a/package-lock.json b/package-lock.json index cd0487d..313f4c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cwl-svg", - "version": "2.1.13", + "version": "2.1.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79ac216..4035991 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "Apache-2.0", "author": "Ivan Batic (http://github.com/ivanbatic)", "description": "A library for generating an interactive SVG visualization of CWL workflows", - "version": "2.1.13", + "version": "2.1.14", "scripts": { "build": "rm -rf dist && copyfiles \"./src/assets/**/*\" \"./src/**/*.scss\" ./package-lock.json ./package.json dist && npx tsc", "webpack:watch": "node_modules/.bin/webpack --watch",