Skip to content

Commit

Permalink
chore: release 1.0.0 🎉 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-19)

### Bug Fixes

* add semantic-release packages ([b669fe7](b669fe7))
* node version in publish.yml ([e4063b2](e4063b2))
* node version to 20.x ([d2d46c9](d2d46c9))
* use codfish semantic action ([c8c766b](c8c766b))

### Features

* automatically publish to npm ([c3cd44f](c3cd44f))
  • Loading branch information
semantic-release-bot committed Jun 19, 2023
1 parent b669fe7 commit 1e9141d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2023-06-19)


### Bug Fixes

* add semantic-release packages ([b669fe7](https://github.com/erelsgl/limdu/commit/b669fe7a80a3991a267c7309e915ca4f9ac0276e))
* node version in publish.yml ([e4063b2](https://github.com/erelsgl/limdu/commit/e4063b261e3637a5c0e0b5bbac08978358af3142))
* node version to 20.x ([d2d46c9](https://github.com/erelsgl/limdu/commit/d2d46c96f93ff828968582a7ccc35393e9d6970a))
* use codfish semantic action ([c8c766b](https://github.com/erelsgl/limdu/commit/c8c766bbfbcac70d9851e24b3f8f3479cc80130f))


### Features

* automatically publish to npm ([c3cd44f](https://github.com/erelsgl/limdu/commit/c3cd44f0d8d8266951c3f71685195f692284cc46))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "limdu",
"description": "A machine learning framework for Node.js. Supports multi-level classification and online learning.",
"version": "0.9.6",
"version": "1.0.0",
"author": "Erel Segal-haLevi <erelsgl@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e9141d

Please sign in to comment.