Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althafdaa committed Jun 30, 2024
1 parent 64c38bb commit 7d296b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


## [0.1.0](https://github.com/comimafun/catalog-api/compare/81219b4d9924ef14b7fb0156d76a3b5fe415eafc...0.1.0) (2024-06-30)


### Features

* add sanitizer in html descriptipn ([#18](https://github.com/comimafun/catalog-api/issues/18)) ([fb14650](https://github.com/comimafun/catalog-api/commit/fb146506764a5c2dc5df5af2e87eba816b1f5c76))
* add service for circle block ([#5](https://github.com/comimafun/catalog-api/issues/5)) ([6eeffd5](https://github.com/comimafun/catalog-api/commit/6eeffd59998c711e48b207eff7a9f8a23450dd69))
* move update circle with tx and adjust circleblock in get circle ([#16](https://github.com/comimafun/catalog-api/issues/16)) ([0b41280](https://github.com/comimafun/catalog-api/commit/0b412807c1523ac80525edc9f5fee6cd50f3c9eb))
* setup database ([81219b4](https://github.com/comimafun/catalog-api/commit/81219b4d9924ef14b7fb0156d76a3b5fe415eafc))
* use http only refresh token ([#14](https://github.com/comimafun/catalog-api/issues/14)) ([641645d](https://github.com/comimafun/catalog-api/commit/641645d7e7ce89e68ff9123ef49bd830ba648769))
* use pnpm and use changelog generator ([8cc511e](https://github.com/comimafun/catalog-api/commit/8cc511ef4b6236c88b1f94c1551cd7d9cd4f584a))


### Bug Fixes

* migrations files ([#9](https://github.com/comimafun/catalog-api/issues/9)) ([d749227](https://github.com/comimafun/catalog-api/commit/d749227beec664f42e217bbdc51b51f1f7674cca))
* minor adjustment in response ([575d3f8](https://github.com/comimafun/catalog-api/commit/575d3f8c93c6d3e18cd5971eaeade0f105c9569b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catalog-be",
"version": "0.0.0",
"version": "0.1.0",
"description": "only used for versioning",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 7d296b6

Please sign in to comment.