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

Commit d7181a7

Browse files
Changesets: Version Packages (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 91555a6 commit d7181a7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/old-goats-jump.md

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

package/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gatsby-source-tmdb
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#12](https://github.com/LekoArts/gatsby-source-tmdb/pull/12) [`91555a6`](https://github.com/LekoArts/gatsby-source-tmdb/commit/91555a68d5e2ab40fd330bc94bb9592de735c129) Thanks [@LekoArts](https://github.com/LekoArts)!
8+
- Add a LICENSE
9+
- Add regex to plugin options so that `url` won't have a leading slash
10+
- Fix README links + add link to migration guide
11+
- Update dependencies
12+
313
## 2.0.2
414

515
### Patch Changes
@@ -42,4 +52,3 @@ You can find all plugin options here: https://github.com/LekoArts/gatsby-source-
4252
- The `poster` & `backdrop` option was removed
4353

4454
You can read a migration guide here: https://github.com/LekoArts/gatsby-source-tmdb/blob/main/MIGRATING.md
45-

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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)