Skip to content

Commit

Permalink
chore(release): 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity committed Oct 11, 2022
1 parent ee14d46 commit 2311bc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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",
Expand Down

0 comments on commit 2311bc8

Please sign in to comment.