Skip to content

Commit 021a049

Browse files
release: 1.0.1
1 parent 922cfbc commit 021a049

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## 1.0.1 (2025-10-12)
4+
5+
Full Changelog: [v1.0.0...v1.0.1](https://github.com/brapi-dev/brapi-python/compare/v1.0.0...v1.0.1)
6+
7+
### Chores
8+
9+
* update SDK settings ([922cfbc](https://github.com/brapi-dev/brapi-python/commit/922cfbce48f412ca53e1c9098ca69eedb12d7c5d))
10+
* update SDK settings ([551afe3](https://github.com/brapi-dev/brapi-python/commit/551afe39d139c11f6e6ace580ed8faa06217a073))
11+
* update SDK settings ([14efeb5](https://github.com/brapi-dev/brapi-python/commit/14efeb558642ad68760ce354f10d6f37a1df7f68))
12+
313
## 1.0.0 (2025-10-12)
414

515
Full Changelog: [v0.0.1...v1.0.0](https://github.com/brapi-dev/brapi-typescript/compare/v0.0.1...v1.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brapi",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The official TypeScript library for the Brapi API",
55
"author": "Brapi <contact@brapi.dev>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.0.0'; // x-release-please-version
1+
export const VERSION = '1.0.1'; // x-release-please-version

0 commit comments

Comments
 (0)