Skip to content

Commit 2304748

Browse files
release: 0.401.0
1 parent 4d82a68 commit 2304748

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "0.400.0"
2+
".": "0.401.0"
33
}

CHANGELOG.md

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

3+
## 0.401.0 (2026-01-21)
4+
5+
Full Changelog: [v0.400.0...v0.401.0](https://github.com/Increase/increase-typescript/compare/v0.400.0...v0.401.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4d82a68](https://github.com/Increase/increase-typescript/commit/4d82a68ff7e28c045755624b45cb45962ec4e713))
10+
11+
12+
### Chores
13+
14+
* **internal:** update `actions/checkout` version ([731833d](https://github.com/Increase/increase-typescript/commit/731833d5c98142c8833d0cc265785c5470ee552c))
15+
316
## 0.400.0 (2026-01-16)
417

518
Full Changelog: [v0.399.0...v0.400.0](https://github.com/Increase/increase-typescript/compare/v0.399.0...v0.400.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "increase",
3-
"version": "0.400.0",
3+
"version": "0.401.0",
44
"description": "The official TypeScript library for the Increase API",
55
"author": "Increase <dev-feedback@increase.com>",
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 = '0.400.0'; // x-release-please-version
1+
export const VERSION = '0.401.0'; // x-release-please-version

0 commit comments

Comments
 (0)