Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldThirteen committed Feb 26, 2021
1 parent d473334 commit ac2cc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## [0.5.0] - 2021-02-26
### Added
- Add support for WebWorker environment via OffscreenCanvas
### Changed
- Replace `eval` with `new Function` in tensor utils `gm.tensorInvert` and `gm.flipTensor`
- Change minifier, replace uglify with terser
### Fixed
- Fixed error on try to run is not initiated operation
- Fixed error on try to run is uninitialized operation
- Fix dependencies with vulnerabilities

## [0.4.1] - 2020-12-23
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gammacv",
"version": "0.4.1",
"version": "0.5.0",
"description": "GammaCV is a WebGL accelerated Computer Vision library for browser",
"main": "dist/index.js",
"jsnext:main": "dist/index.es.js",
Expand Down

0 comments on commit ac2cc9c

Please sign in to comment.