Skip to content

Commit 8eea209

Browse files
release: 0.568.1
1 parent 4786c2e commit 8eea209

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.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.568.0"
2+
".": "0.568.1"
33
}

CHANGELOG.md

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

3+
## [0.568.1](https://github.com/Increase/increase-typescript/compare/v0.568.0...v0.568.1) (2026-05-20)
4+
5+
6+
### Chores
7+
8+
* add release workflow and migrate config to Increase/release-please fork ([#1361](https://github.com/Increase/increase-typescript/issues/1361)) ([95ae20b](https://github.com/Increase/increase-typescript/commit/95ae20b29ccf3b03225f7088dfaae75aad3a02f0))
9+
* drop changes-branch:next from release workflow ([#1362](https://github.com/Increase/increase-typescript/issues/1362)) ([4786c2e](https://github.com/Increase/increase-typescript/commit/4786c2e44b83b1d502f63ec84bb71ee2398814e4))
10+
311
## 0.568.0 (2026-05-20)
412

513
Full Changelog: [v0.567.0...v0.568.0](https://github.com/Increase/increase-typescript/compare/v0.567.0...v0.568.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.568.0",
3+
"version": "0.568.1",
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.568.0'; // x-release-please-version
1+
export const VERSION = '0.568.1'; // x-release-please-version

0 commit comments

Comments
 (0)