diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2a2fc52 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.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 7478b6f..a7b1ec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cwl-svg", - "version": "2.1.10", + "version": "2.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb27f77..89f849d 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.10", + "version": "2.1.11", "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",