Skip to content

Commit

Permalink
release: 🚀v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waynewyang committed Jan 4, 2024
1 parent 635c2d0 commit 2078b12
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


# [0.2.0](https://github.com/dataswap/messagehub/compare/0.1.0...0.2.0) (2024-01-04)


### Bug Fixes

* 🐛 connect issue ([e9db827](https://github.com/dataswap/messagehub/commit/e9db827976d5756ff52f5eb914d5c913f41e5f9a))
* 🐛 datasetmetadata net issue ([308a4c4](https://github.com/dataswap/messagehub/commit/308a4c475d2a12f37de0f49ca72e797b791bb7cc)), closes [#18](https://github.com/dataswap/messagehub/issues/18)
* 🐛 delete ([635c2d0](https://github.com/dataswap/messagehub/commit/635c2d09dcc93a2aee33bc8e0392a5b94a2848d3))


### Features

* 🎸 add syncstatus api ([b9d62c8](https://github.com/dataswap/messagehub/commit/b9d62c876453d0a25775bc2d1c0f4f064d0f50ab))
* 🎸 PROD ([39377f5](https://github.com/dataswap/messagehub/commit/39377f57ac4bc834940063daa958918925cb4d77))
* 🎸 set port by env ([fac118b](https://github.com/dataswap/messagehub/commit/fac118bef5dcec8b7d87b3cd290b35c7d78430b0))
* 🎸 upgrade datastore version ([8e35fef](https://github.com/dataswap/messagehub/commit/8e35fef20177cfad69b81ff816dedb70353d8c2a))

# 0.1.0 (2024-01-03)


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": "@dataswap/messagehub",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 2078b12

Please sign in to comment.