diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2fc52..414f811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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.12](https://github.com/rabix/cwl-svg/compare/2.1.11...2.1.12) (2022-10-11) + ### [2.1.11](https://github.com/rabix/cwl-svg/compare/2.1.10...2.1.11) (2022-10-11) diff --git a/package-lock.json b/package-lock.json index a7b1ec6..d592908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cwl-svg", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7529957..d486105 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.11", + "version": "2.1.12", "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",