Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce5bcd1

Browse files
authoredOct 27, 2020
chore: release 0.5.1 (#6)
1 parent e0bf8f8 commit ce5bcd1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.5.1](https://www.github.com/mljs/matrix-convolution/compare/v0.5.0...v0.5.1) (2020-10-27)
4+
5+
6+
### Bug Fixes
7+
8+
* npm authorization ([e0bf8f8](https://www.github.com/mljs/matrix-convolution/commit/e0bf8f8963e66c31ae37b1467d282512f23a075a))
9+
310
## [0.5.0](https://www.github.com/mljs/matrix-convolution/compare/v0.4.2...v0.5.0) (2020-10-27)
411

512

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-matrix-convolution",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Matrix convolution: It offers the direct and the fourier transform convolution",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.