Skip to content

Commit

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

### Bug Fixes

* close route watchers when the server closes ([7b0ba59](7b0ba59))

### Features

* add env_* setting ([b69f3b7](b69f3b7))
* make logging for tagged services clearer ([5e4eb71](5e4eb71))
* optimize watching for next route changes ([7cf38aa](7cf38aa))
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent b69f3b7 commit e6c7024
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/alexandermendes/next-micro/compare/v1.1.0...v1.2.0) (2021-08-25)


### Bug Fixes

* close route watchers when the server closes ([7b0ba59](https://github.com/alexandermendes/next-micro/commit/7b0ba592e1f1587de88cab8546c24421ba5864e0))


### Features

* add env_* setting ([b69f3b7](https://github.com/alexandermendes/next-micro/commit/b69f3b70ae10e8aa349c3421c94ecb194adfc828))
* make logging for tagged services clearer ([5e4eb71](https://github.com/alexandermendes/next-micro/commit/5e4eb719dfb421a0fbae185f8892a8987c64fc9e))
* optimize watching for next route changes ([7cf38aa](https://github.com/alexandermendes/next-micro/commit/7cf38aa0941b0179ffc8c17954c9d7b95ff1c607))

# [1.1.0](https://github.com/alexandermendes/next-micro/compare/v1.0.1...v1.1.0) (2021-08-25)


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.1.0",
"version": "1.2.0",
"scripts": {
"lint": "eslint .",
"format": "prettier --config .prettierrc '{src,tests}/**/*.ts' --write",
Expand Down

0 comments on commit e6c7024

Please sign in to comment.