Skip to content

Commit a41da8b

Browse files
authored
chore: release 0.5.0 (#5)
1 parent d115a12 commit a41da8b

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.0](https://www.github.com/mljs/matrix-convolution/compare/v0.4.2...v0.5.0) (2020-10-27)
4+
5+
6+
### Bug Fixes
7+
8+
* improve readme ([d115a12](https://www.github.com/mljs/matrix-convolution/commit/d115a12f657fd11520531ad36747ab2bf90e268c))
9+
310
### 0.4.2 (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.4.2",
3+
"version": "0.5.0",
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)