Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed May 23, 2022
1 parent 0ccf852 commit af2bc17
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/aholstenson/ataraxia/compare/v0.12.0...v0.12.1) (2022-05-23)


### Bug Fixes

* **services:** Fix onServiceUnavailable not triggered if service registration is triggered after node is available ([0ccf852](https://github.com/aholstenson/ataraxia/commit/0ccf852f6c9226798f337b11109da7ba243d5e1e))





# [0.12.0](https://github.com/aholstenson/ataraxia/compare/v0.11.0...v0.12.0) (2021-12-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"conventionalCommits": true
}
},
"version": "0.12.0"
"version": "0.12.1"
}
11 changes: 11 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/aholstenson/ataraxia/compare/v0.12.0...v0.12.1) (2022-05-23)


### Bug Fixes

* **services:** Fix onServiceUnavailable not triggered if service registration is triggered after node is available ([0ccf852](https://github.com/aholstenson/ataraxia/commit/0ccf852f6c9226798f337b11109da7ba243d5e1e))





# [0.12.0](https://github.com/aholstenson/ataraxia/tree/master/packages/services/compare/v0.11.0...v0.12.0) (2021-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-services",
"version": "0.12.0",
"version": "0.12.1",
"description": "Services with RPC and events over Ataraxia mesh network",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/services",
Expand Down

0 comments on commit af2bc17

Please sign in to comment.