Skip to content

Commit 123e24f

Browse files
authored
chore(master): release 4.1.0 (#36)
1 parent 677d49a commit 123e24f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/mljs/pca/compare/v4.0.2...v4.1.0) (2022-11-11)
4+
5+
6+
### Features
7+
8+
* add citation ([677d49a](https://github.com/mljs/pca/commit/677d49aa4ab26b83afb17262cc99593332eb25ec))
9+
310
### [4.0.2](https://github.com/mljs/pca/compare/v4.0.1...v4.0.2) (2021-04-12)
411

512
## [4.0.1](https://github.com/mljs/pca/compare/v4.0.0...v4.0.1) (2019-10-19)
@@ -94,6 +101,3 @@
94101

95102
* **standardize:** optional standardization added. ([e6b7a5f](https://github.com/mljs/pca/commit/e6b7a5f))
96103
* **test:** 'new' added in the PCA test. ([2cdb5f5](https://github.com/mljs/pca/commit/2cdb5f5))
97-
98-
99-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-pca",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "Principal component analysis",
55
"main": "lib/pca.js",
66
"module": "lib-esm/pca.js",

0 commit comments

Comments
 (0)