We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bf8f8 commit ce5bcd1Copy full SHA for ce5bcd1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [0.5.0](https://www.github.com/mljs/matrix-convolution/compare/v0.4.2...v0.5.0) (2020-10-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-matrix-convolution",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Matrix convolution: It offers the direct and the fourier transform convolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments