Skip to content

Commit

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

### Bug Fixes

* add service tag to stdout and stderr streams ([839f75f](839f75f))
* clear timeout when waiting for service to load ([4e1919f](4e1919f))
* do not load services twice when using `autoload` with `services` ([9dd4f40](9dd4f40))
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent 4e1919f commit ab25457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.2](https://github.com/alexandermendes/next-micro/compare/v1.2.1...v1.2.2) (2021-08-25)


### Bug Fixes

* add service tag to stdout and stderr streams ([839f75f](https://github.com/alexandermendes/next-micro/commit/839f75fb54d4a229f3be2e5703617fec664cb68c))
* clear timeout when waiting for service to load ([4e1919f](https://github.com/alexandermendes/next-micro/commit/4e1919f216c3c1be73c1895311768404216e3ed6))
* do not load services twice when using `autoload` with `services` ([9dd4f40](https://github.com/alexandermendes/next-micro/commit/9dd4f4077d2e1b8a5506ce95e7bf995fee8ab5bd))

## [1.2.1](https://github.com/alexandermendes/next-micro/compare/v1.2.0...v1.2.1) (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.2.1",
"version": "1.2.2",
"scripts": {
"lint": "eslint .",
"format": "prettier --config .prettierrc '{src,tests}/**/*.ts' --write",
Expand Down

0 comments on commit ab25457

Please sign in to comment.