diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e69f37..befe377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/mljs/matrix-convolution/compare/v1.0.0...v2.0.0) (2025-05-25) + + +### ⚠ BREAKING CHANGES + +* migrate to TypeScript and ESM + +### Code Refactoring + +* migrate to TypeScript and ESM ([2f1d95e](https://github.com/mljs/matrix-convolution/commit/2f1d95eb406b5b816d6929b574daafcaafc11f3e)) + ## [1.0.0](https://www.github.com/mljs/matrix-convolution/compare/v0.5.2...v1.0.0) (2021-03-24) diff --git a/package.json b/package.json index f1c3849..4f6e902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix-convolution", - "version": "1.0.0", + "version": "2.0.0", "description": "Matrix convolution: It offers the direct and the fourier transform convolution", "type": "module", "exports": "./lib/index.js",