increase 0.568.0 → 0.568.2
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 +16 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.568.2](https://github.com/Increase/increase-typescript/compare/v0.568.1...v0.568.2) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Chores
|
|
7
|
+
|
|
8
|
+
* collapse CI into a single job ([#1365](https://github.com/Increase/increase-typescript/issues/1365)) ([3e86347](https://github.com/Increase/increase-typescript/commit/3e86347d051b4e7d82d65e8261432ebdf2da7111))
|
|
9
|
+
|
|
10
|
+
## [0.568.1](https://github.com/Increase/increase-typescript/compare/v0.568.0...v0.568.1) (2026-05-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
* 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))
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
3
19
|
## 0.568.0 (2026-05-20)
|
|
4
20
|
|
|
5
21
|
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
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.568.
|
|
1
|
+
export const VERSION = '0.568.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.568.
|
|
1
|
+
export declare const VERSION = "0.568.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.568.
|
|
1
|
+
export declare const VERSION = "0.568.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.568.
|
|
1
|
+
export const VERSION = '0.568.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|