Skip to content

Commit

Permalink
chore(release): 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity committed Jul 2, 2024
1 parent 5377064 commit 5820e19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "Apache-2.0",
"author": "Ivan Batic <[email protected]> (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",
Expand Down

0 comments on commit 5820e19

Please sign in to comment.