Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
batamar committed Sep 4, 2020
1 parent cc44ab2 commit 63957e3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
* added change log (cc44ab2e)
* Merge branch 'develop' (4e8ab5db)
* able to send datas to hosted elasticsearch server only for production (738c7955)
* erxes/erxes#2275 (bb17a4de)
* changed default file upload type to local (ba7565c5)
* refactor watchers checks (7f566ef1)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (42f980bd)
* refactor dependencies (43e21813)
* add await for email util (3b704994)
* fix to send admin messages by email to customer (36ad8cde)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (c496ae24)
* fixed message broker rpc queue error (70e93b96)
* erxes/erxes#2265 (454b0608)
* add await for forgotPassword mutation (2c3aa67f)
* change subscribe url (dda23daa)
* improve initial setup page (12ca92fc)
* refactor dependencies (d27a3c55)
* Product board. facebook fix (3ec74840)
* telemetry update (262e8258)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (840d2cc6)
* refactor dependencies (36fb1ef4)
* ci: fix indent (9feb5214)
* ci: combine release assets in a single archive, install production packages only, use nodejs 12.18 (2c4be4f9)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (eca717a4)
* remove some unused packages (5028ee09)
* Merge branch 'develop' of github.com:erxes/erxes-api into develop (b380c4bf)
* config of client portal (772cc73e)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (d933c197)
* check replicaset in collection watchers (59eb9ab8)
* ci(api): use nodejs 12.18.3 (6d14b0fe)
* fix test erxes/erxes#2253 (b91386fe)
* add permission type for update time track erxes/erxes#2253 (026ff2dd)
* erxes/erxes#2254 (bd74d842)
* Merge branch 'develop' of github.com:erxes/erxes-api into develop (bb14f91b)
* fix test (1b498155)
* Update FUNDING.yml (#775) (5e54c4d3)
* erxes/erxes#2250 (1713847b)
* execute some functions only for production (cd764b2f)
* feat(elasticsearch): added ability to use https://elasticsearch.erxes.io (2b6c4e18)
* erxes/erxes#2251 (b443c35c)
* Merge branch 'develop' of https://github.com/erxes/erxes-api into develop (6c152dec)
* fixed pubsub redis error (bba3bae7)
* fix(emailVerifier) verify email or phone after filling popup (215ede40)
* fix test erxes #2242 (c3498cb9)
* add test case for convert in activity log (758010e7)
* fix test erxes/erxes#2242 (f918b516)
* perf(task): show brief conversation in task log Close#2242 (18ae2592)
* conversion view on pipeline resolvers refactor (#843) (15fb3698)

## [0.17.6](https://github.com/erxes/erxes-api/compare/0.17.5...0.17.6) (2020-08-20)

## [0.17.5](https://github.com/erxes/erxes-api/compare/0.17.4...0.17.5) (2020-08-20)
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": "erxes-api",
"version": "0.17.6",
"version": "0.18.0",
"description": "GraphQL API for erxes main project",
"homepage": "https://erxes.io",
"repository": "https://github.com/erxes/erxes-api",
Expand Down

0 comments on commit 63957e3

Please sign in to comment.