@fubar-it-co/tmdb-client 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## <small>0.0.10 (2026-03-25)</small>
1
+ ## <small>0.0.11 (2026-03-25)</small>
2
2
 
3
3
  * chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
4
4
  * chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
@@ -11,6 +11,7 @@
11
11
  * chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
12
12
  * chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
13
13
  * chore: upgraded react react-dom and types ([3b5a7f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b5a7f4))
14
+ * chore: version bump for @fubar-it-co/tmdb-client to 0.0.10 ([e06f3e5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e06f3e5))
14
15
  * chore: version bump for @fubar-it-co/tmdb-client to 0.0.9 ([f3010cd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3010cd))
15
16
  * chore: version bump for ui to 0.2.0 ([20e4667](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/20e4667))
16
17
  * chore: version bump for ui to 0.4.0 ([d4191a8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d4191a8))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fubar-it-co/tmdb-client",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "TMDB API client generated with heyAPI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",