Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit df28253

Browse files
Changesets: Version Packages (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ab50ca commit df28253

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silver-mayflies-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gatsby-source-tmdb
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/LekoArts/gatsby-source-tmdb/pull/28) [`0ab50ca`](https://github.com/LekoArts/gatsby-source-tmdb/commit/0ab50cae0cbe3b0dc43b2569be693866bb1cc0a1) Thanks [@LekoArts](https://github.com/LekoArts)! - Moving from Gatsby 5 Beta to stable release.
8+
39
## 4.0.0
410

511
### Major Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-tmdb",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.",
55
"main": "dist/gatsby-node.js",
66
"source": "src/gatsby-node.ts",

0 commit comments

Comments
 (0)