spotted-ts 0.16.2 → 0.16.4

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.16.4 (2026-01-14)
4
+
5
+ Full Changelog: [v0.16.3...v0.16.4](https://github.com/cjavdev/spotted-ts/compare/v0.16.3...v0.16.4)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** codegen related update ([867ed0c](https://github.com/cjavdev/spotted-ts/commit/867ed0c99a0e6f0b2a83e65f78c11b3c5c29ec2b))
10
+ * **internal:** codegen related update ([156c53d](https://github.com/cjavdev/spotted-ts/commit/156c53d8eb38fb88e5b14342ed1307c982b808b6))
11
+
12
+ ## 0.16.3 (2026-01-12)
13
+
14
+ Full Changelog: [v0.16.2...v0.16.3](https://github.com/cjavdev/spotted-ts/compare/v0.16.2...v0.16.3)
15
+
16
+ ### Chores
17
+
18
+ * **internal:** codegen related update ([4328cc4](https://github.com/cjavdev/spotted-ts/commit/4328cc43f656080d4b45f6cbdac746824fae1d19))
19
+ * **internal:** codegen related update ([7d746e2](https://github.com/cjavdev/spotted-ts/commit/7d746e2aa1a7c79c81807374aa18ab2a625ca1a4))
20
+
3
21
  ## 0.16.2 (2026-01-09)
4
22
 
5
23
  Full Changelog: [v0.16.1...v0.16.2](https://github.com/cjavdev/spotted-ts/compare/v0.16.1...v0.16.2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotted-ts",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "description": "The unofficial TypeScript library for the Spotify API",
5
5
  "author": "Spotted <wave@cjav.dev>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.16.2'; // x-release-please-version
1
+ export const VERSION = '0.16.4'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.16.2";
1
+ export declare const VERSION = "0.16.4";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.16.2";
1
+ export declare const VERSION = "0.16.4";
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.16.2'; // x-release-please-version
4
+ exports.VERSION = '0.16.4'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.16.2'; // x-release-please-version
1
+ export const VERSION = '0.16.4'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map