Skip to content

Commit 54f5c6c

Browse files
committed
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.2...v1.2.0) (2019-08-12) ### Bug Fixes * **node:** add plugin basePath to generated route map ([8f0cbb9](8f0cbb9)) ### Features * **api:** added `navigate()` function that extends gatsby's navigate to allow route names ([757d734](757d734))
1 parent 8f0cbb9 commit 54f5c6c

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+
# [1.2.0](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v1.1.2...v1.2.0) (2019-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **node:** add plugin basePath to generated route map ([8f0cbb9](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/8f0cbb9))
7+
8+
9+
### Features
10+
11+
* **api:** added `navigate()` function that extends gatsby's navigate to allow route names ([757d734](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/757d734))
12+
113
## [1.1.2](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v1.1.1...v1.1.2) (2019-08-12)
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": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Gatsby plugin that allows easy creation of pages with dynamic features like pagination and custom routing",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)