Skip to content

Commit 1228c4f

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.0...v1.17.0) (2022-04-21) ### Features * added automated tests to test our code in the browser ([87e06a2](87e06a2)) * renamed files, added to repo ([9a63da4](9a63da4))
1 parent 48d9988 commit 1228c4f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.17.0](https://github.com/javascriptdata/scikit.js/compare/v1.16.0...v1.17.0) (2022-04-21)
2+
3+
4+
### Features
5+
6+
* added automated tests to test our code in the browser ([87e06a2](https://github.com/javascriptdata/scikit.js/commit/87e06a26dea5147f3ea22a568f558a34584706b5))
7+
* renamed files, added to repo ([9a63da4](https://github.com/javascriptdata/scikit.js/commit/9a63da499910f0c693622f3eb56c3846672e2365))
8+
19
# [1.16.0](https://github.com/javascriptdata/scikit.js/compare/v1.15.0...v1.16.0) (2022-04-19)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scikitjs",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Scikit-Learn for JS",
55
"output": {
66
"node": "dist/node/index.js",
@@ -124,8 +124,8 @@
124124
"typescript": "^4.5.4"
125125
},
126126
"jest": {
127-
"testPathIgnorePatterns" : [
128-
"<rootDir>/src/index.test.ts"
127+
"testPathIgnorePatterns": [
128+
"<rootDir>/src/index.test.ts"
129129
],
130130
"testEnvironment": "node",
131131
"preset": "ts-jest",

0 commit comments

Comments
 (0)