Skip to content

Commit abcbe69

Browse files
chore(master): release 2.0.0
1 parent 5bac632 commit abcbe69

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "v1.0.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/ScribeLabsAI/ScribeMiNode/compare/1.0.2...2.0.0) (2025-10-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to API v2 ([#39](https://github.com/ScribeLabsAI/ScribeMiNode/issues/39))
9+
* validate S3 checksums on upload and export
10+
11+
### Features
12+
13+
* upgrade to API v2 ([#39](https://github.com/ScribeLabsAI/ScribeMiNode/issues/39)) ([c469009](https://github.com/ScribeLabsAI/ScribeMiNode/commit/c469009858bd862b9ac53e51e3525b78cb78883e))
14+
* validate S3 checksums on upload and export ([27e097e](https://github.com/ScribeLabsAI/ScribeMiNode/commit/27e097e4e03660ece8073d1b7c2498f5cc51f6ee))
15+
* validate S3 checksums on upload and export ([5853f68](https://github.com/ScribeLabsAI/ScribeMiNode/commit/5853f6843a26b9e2be9653ab3a7f78b7bd7145fd))
16+
17+
18+
### Bug Fixes
19+
20+
* change Buffer type to ArrayBuffer ([5bac632](https://github.com/ScribeLabsAI/ScribeMiNode/commit/5bac6328f40e19f0eb16ec8fc3a526b256a182c0))
21+
* make schemas less strict, for compatibility with API changes ([95c01e3](https://github.com/ScribeLabsAI/ScribeMiNode/commit/95c01e3b039c4db02d65a49de4ca4ffb217185c5))
22+
* make schemas less strict, for compatibility with API changes ([40a6e63](https://github.com/ScribeLabsAI/ScribeMiNode/commit/40a6e632daf0a6fe7fb0a65cef17b2acab199849))
23+
* update dependabot.yml ([fd7a6bd](https://github.com/ScribeLabsAI/ScribeMiNode/commit/fd7a6bd6a442b4aef5c63c2faa0cc792ea10b064))
24+
* update dependencies and publishing config ([35f94b7](https://github.com/ScribeLabsAI/ScribeMiNode/commit/35f94b70ffafa761ced9650d4773bf5ef9bb2dfe))
25+
326
## [1.0.2](https://github.com/ScribeLabsAI/ScribeMiNode/compare/1.0.1...1.0.2) (2023-10-23)
427

528

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scribelabsai/mi",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "SDK to access Scribe's MI API.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)