increase 0.568.0 → 0.568.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
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
+ * prune Stainless-era CI cruft and vestigial release-doctor ([#1364](https://github.com/Increase/increase-typescript/issues/1364)) ([0ca0374](https://github.com/Increase/increase-typescript/commit/0ca0374362fa849202f42f98a9f0c655ac17206c))
11
+
3
12
  ## 0.568.0 (2026-05-20)
4
13
 
5
14
  Full Changelog: [v0.567.0...v0.568.0](https://github.com/Increase/increase-typescript/compare/v0.567.0...v0.568.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.568.0",
3
+ "version": "0.568.1",
4
4
  "description": "The official TypeScript library for the Increase API",
5
5
  "author": "Increase <dev-feedback@increase.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.568.0'; // x-release-please-version
1
+ export const VERSION = '0.568.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.568.0";
1
+ export declare const VERSION = "0.568.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.568.0";
1
+ export declare const VERSION = "0.568.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.568.0'; // x-release-please-version
4
+ exports.VERSION = '0.568.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.568.0'; // x-release-please-version
1
+ export const VERSION = '0.568.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map