Skip to content

Commit 01f9fa3

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2025-02-23) ### Features * **plugin:** add support for gatsby v4 and v5 ([716f43a](716f43a)) ### BREAKING CHANGES * **plugin:** Gatsby v3 is no longer supported
1 parent 716f43a commit 01f9fa3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v3.0.1...v4.0.0) (2025-02-23)
2+
3+
4+
### Features
5+
6+
* **plugin:** add support for gatsby v4 and v5 ([716f43a](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/716f43a3a1c90f7b9f2a442b8a0e95edebb298c4))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **plugin:** Gatsby v3 is no longer supported
12+
113
## [3.0.1](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v3.0.0...v3.0.1) (2021-07-30)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-advanced-pages",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Gatsby plugin that allows easy creation of pages with dynamic features like pagination and custom routing",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)