Skip to content

Commit 0ba17a1

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42adf7e commit 0ba17a1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/odd-horses-turn.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tfjs-image-node
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [`42adf7e`](https://github.com/kevinanielsen/tfjs-image-node/commit/42adf7e90db05b6d4189c09be89e4a099c0e831b) Thanks [@kevinanielsen](https://github.com/kevinanielsen)! - Change access to public in changeset config
8+
39
## 2.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfjs-image-node",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A simple image classifier using tfjs and running in node.js",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)