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

Commit fcb949b

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/heavy-ladybugs-wait.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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/LekoArts/gatsby-source-tmdb/pull/19) [`609c3db`](https://github.com/LekoArts/gatsby-source-tmdb/commit/609c3dba2a0e9f0365a89d598b852effadda7950) Thanks [@LekoArts](https://github.com/LekoArts)! - chore: Use Parcel for package compilation
8+
39
## 3.0.1
410

511
### Patch 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": "3.0.1",
3+
"version": "3.0.2",
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)