Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Mar 12, 2021
1 parent b162361 commit d77f1b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>1.5.1 (2021-03-12)</small>

* fix(project): fix error when updating or creating a node without created and modified properties ([e4cbcb3](https://github.com/trompamusic/ce-api/commit/e4cbcb3))
* fix(search): register all searchable types with fulltext search dynamically ([45bfb6e](https://github.com/trompamusic/ce-api/commit/45bfb6e))
* chore(project): add docker-compose.debug.yml ([8cb1796](https://github.com/trompamusic/ce-api/commit/8cb1796))



## 1.5.0 (2021-03-11)

* chore(project): update modified for merge action ([c7fb21f](https://github.com/trompamusic/ce-api/commit/c7fb21f))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ce-api",
"version": "1.5.0",
"version": "1.5.1",
"description": "API Node.js application for TROMPA Contributor Environment",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit d77f1b0

Please sign in to comment.