Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2021-08-25)

### Bug Fixes

* support route matching for older next versions ([e6a3765](e6a3765))

### Features

* add better feedback for clashing page routes ([a752cd5](a752cd5))
* add ignore setting ([19fc95d](19fc95d))
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent e6a3765 commit ac301f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/alexandermendes/next-micro/compare/v1.0.1...v1.1.0) (2021-08-25)


### Bug Fixes

* support route matching for older next versions ([e6a3765](https://github.com/alexandermendes/next-micro/commit/e6a3765b20ec1ca057d5eea2a7f870d202cd3e85))


### Features

* add better feedback for clashing page routes ([a752cd5](https://github.com/alexandermendes/next-micro/commit/a752cd53d6f2b2093622a8096cb868d2593e6314))
* add ignore setting ([19fc95d](https://github.com/alexandermendes/next-micro/commit/19fc95d15834b0abe976aa64b8b65c0f2ca325d1))

## [1.0.1](https://github.com/alexandermendes/next-micro/compare/v1.0.0...v1.0.1) (2021-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-micro",
"description": "An HTTP router, reverse-proxy and process manager for composing Next.js microservices.",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"lint": "eslint .",
"format": "prettier --config .prettierrc '{src,tests}/**/*.ts' --write",
Expand Down

0 comments on commit ac301f6

Please sign in to comment.