Skip to content

Commit

Permalink
chore: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonho committed Feb 14, 2023
1 parent 92ea671 commit 26f7f8e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [0.10.1](https://github.com/simonho288/estateman_backend/compare/v0.10.0...v0.10.1) (2023-02-14)


### Features

* pdf input field show download link for existing PDF file ([92ea671](https://github.com/simonho288/estateman_backend/commit/92ea6715b8f3911878851132d0a2bd589c105738))


### Bug Fixes

* added missing 'createNoticeLoopRecord' api ([7fc2c3b](https://github.com/simonho288/estateman_backend/commit/7fc2c3b3b23c96e7c98f17689104ad1b45926c8d))
* move the test device token to develop environment variables ([7cf7ad2](https://github.com/simonho288/estateman_backend/commit/7cf7ad21e9fa24da2b02e9cfccf037195d94cc3d))
* tenant device token logical bug after logged-in ([5d0aedc](https://github.com/simonho288/estateman_backend/commit/5d0aedc5fbc19614334cce2fa664fe475bdae97f))

## [0.10.0](https://github.com/simonho288/estateman_backend/compare/v0.9.8...v0.10.0) (2023-02-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "estateman-backend",
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"module": "./dist/index.mjs",
"scripts": {
Expand Down

0 comments on commit 26f7f8e

Please sign in to comment.