Skip to content

Commit f4db3e2

Browse files
chore(main): release 1.19.0 (#825)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9efa8c commit f4db3e2

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.19.0](https://github.com/graasp/graasp/compare/v1.18.0...v1.19.0) (2024-02-20)
6+
7+
8+
### Features
9+
10+
* get geolocation within item, provide addressLabel ([#814](https://github.com/graasp/graasp/issues/814)) ([759f2e6](https://github.com/graasp/graasp/commit/759f2e6fedd78d57199fc754c89a1cef2852dfb6))
11+
12+
13+
### Bug Fixes
14+
15+
* return 200 with `null` when item is not published instead of error ([#819](https://github.com/graasp/graasp/issues/819)) ([35d77f6](https://github.com/graasp/graasp/commit/35d77f610fae41bbbfa1c2baef17c1c855b2e04b))
16+
* **spanish:** update translations ([#827](https://github.com/graasp/graasp/issues/827)) ([557942c](https://github.com/graasp/graasp/commit/557942c0a65c7dd4f3a8499751aee40352d544e8))
17+
* update sdk dep and schemas ([#828](https://github.com/graasp/graasp/issues/828)) ([f9efa8c](https://github.com/graasp/graasp/commit/f9efa8ccf5fbf27522ea692dc41210e948bab75f))
18+
19+
20+
### Documentation
21+
22+
* testing env and localstack issues ([#822](https://github.com/graasp/graasp/issues/822)) ([2f33472](https://github.com/graasp/graasp/commit/2f33472d78b77fa99b9a56c00290d717222a21e5))
23+
524
## [1.18.0](https://github.com/graasp/graasp/compare/v1.17.1...v1.18.0) (2024-02-13)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"engines": {
55
"node": ">=18.0.0"
66
},

0 commit comments

Comments
 (0)