Skip to content

Commit

Permalink
chore(main): release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myriaddevops committed Sep 11, 2023
1 parent cb2d45b commit c0c476f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.4.1](https://github.com/myriadsocial/myriad-api/compare/2.4.0...2.4.1) (2023-09-11)


### Bug Fixes

* email showing on api request ([#906](https://github.com/myriadsocial/myriad-api/issues/906)) ([2ab5aac](https://github.com/myriadsocial/myriad-api/commit/2ab5aac15ea9954457b83a9d4bbd30a41e93f977))
* error when importing from twitter ([#895](https://github.com/myriadsocial/myriad-api/issues/895)) ([1cae52f](https://github.com/myriadsocial/myriad-api/commit/1cae52f9e5fd1613f2b124f89be7c4b1854b82d7))
* fetch twitter ([#893](https://github.com/myriadsocial/myriad-api/issues/893)) ([f0ab8e7](https://github.com/myriadsocial/myriad-api/commit/f0ab8e72b562e58f9f528d6e46f1d43639ae2d70))
* fetch twitter ([#894](https://github.com/myriadsocial/myriad-api/issues/894)) ([0a5016e](https://github.com/myriadsocial/myriad-api/commit/0a5016e504b7029374b1da47af1e1daab1d39a30))
* mongo index user email ([#892](https://github.com/myriadsocial/myriad-api/issues/892)) ([71eff2c](https://github.com/myriadsocial/myriad-api/commit/71eff2ca6378a598666fd258df56f8050d36023f))
* profile ([#890](https://github.com/myriadsocial/myriad-api/issues/890)) ([8a3b7d9](https://github.com/myriadsocial/myriad-api/commit/8a3b7d9be344b10a7e1f2143547506bb4c383abe))
* rate limit ([#907](https://github.com/myriadsocial/myriad-api/issues/907)) ([1938cd5](https://github.com/myriadsocial/myriad-api/commit/1938cd555e86cab875e2b6d730ea8b89af6fc0f1))
* remove email from get post request ([#902](https://github.com/myriadsocial/myriad-api/issues/902)) ([6a1ef00](https://github.com/myriadsocial/myriad-api/commit/6a1ef0016e10d1ef1d0f4cbd202ccd011d04bd0b))

## [2.4.0](https://github.com/myriadsocial/myriad-api/compare/2.3.1...2.4.0) (2023-06-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myriad-api",
"version": "2.4.0",
"version": "2.4.1",
"description": "myriad-api",
"private": true,
"license": "AGPL-3.0",
Expand Down

0 comments on commit c0c476f

Please sign in to comment.