Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2021-03-22)

### Performance Improvements

* **plugin:** improve route matching mechanism ([7df3960](7df3960))
* **plugin:** improve type declarations ([9f68375](9f68375))
  • Loading branch information
semantic-release-bot committed Mar 22, 2021
1 parent 5bc7966 commit 8119a9d
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.2.1](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v2.2.0...v2.2.1) (2021-03-22)


### Performance Improvements

* **plugin:** improve route matching mechanism ([7df3960](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/7df3960bdaddddd2e96dd0d53c6571b20c9fbbe4))
* **plugin:** improve type declarations ([9f68375](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/9f683758e9f599f2944579ac856b7ef4a951c3d8))

# [2.2.0](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v2.1.2...v2.2.0) (2021-03-21)


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.2.0",
"version": "2.2.1",
"description": "Gatsby plugin that allows easy creation of pages with dynamic features like pagination and custom routing",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 8119a9d

Please sign in to comment.