Skip to content

Commit

Permalink
Merge pull request #51 from Clinical-Genomics-Lund/release-1.1.2
Browse files Browse the repository at this point in the history
New minor version 1.1.2
  • Loading branch information
Markus Johansson authored Mar 4, 2021
2 parents 6c45c1c + f55ba36 commit 5fc25c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/)
About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [x.x.x]
### Added
### Changed
### Fixed

## [1.1.2]
### Added
- Added error pages for 404, 416, 500 and missing samples
- Added `watch` cmd to `npm run` to launch a gulp server watches and updates js/css assets
Expand Down
2 changes: 1 addition & 1 deletion gens/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.1"
VERSION = "1.1.2"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"three": "^0.124.0"
},
"name": "gens",
"version": "1.1.0",
"version": "1.1.2",
"description": "Interactive tool to visualize genomic copy number profiles from WGS data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5fc25c3

Please sign in to comment.