Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2021-02-04)

### Performance Improvements

* **plugin:** fragments no longer need to be copied over to the .cache directory because gatsby looks through node_modules ([fd8cbf8](fd8cbf8))
* **plugin:** use gatsby's ".cache" to write routes.json instead of writing it to the module directory inside node_modules ([fd81233](fd81233))
  • Loading branch information
semantic-release-bot committed Feb 4, 2021
1 parent 7b76be8 commit a19c733
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.1](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v2.1.0...v2.1.1) (2021-02-04)


### Performance Improvements

* **plugin:** fragments no longer need to be copied over to the .cache directory because gatsby looks through node_modules ([fd8cbf8](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/fd8cbf8314879025a376b66d4fb444e864ba1923))
* **plugin:** use gatsby's ".cache" to write routes.json instead of writing it to the module directory inside node_modules ([fd81233](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/fd8123342f5c4876202473e031d2e7192c3448a8))

# [2.1.0](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v2.0.2...v2.1.0) (2021-02-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-advanced-pages",
"version": "2.1.0",
"version": "2.1.1",
"description": "Gatsby plugin that allows easy creation of pages with dynamic features like pagination and custom routing",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit a19c733

Please sign in to comment.