Skip to content

Commit 9ed79ee

Browse files
chore(main): release 1.2.2
1 parent 120c49b commit 9ed79ee

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/graasp/graasp-app-chatbot/compare/v1.2.1...v1.2.2) (2025-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* change enum to const ([852ca4c](https://github.com/graasp/graasp-app-chatbot/commit/852ca4ce78c5356b9e9328ff16c0549941e9895c))
9+
* **deps:** update dependency @sentry/react to v8.48.0 ([#218](https://github.com/graasp/graasp-app-chatbot/issues/218)) ([31e3e47](https://github.com/graasp/graasp-app-chatbot/commit/31e3e475b2fd392d10f9986bd7c8ac1a9eb7af6e))
10+
* **deps:** update dependency @types/node to v20.16.15 ([#260](https://github.com/graasp/graasp-app-chatbot/issues/260)) ([95a135b](https://github.com/graasp/graasp-app-chatbot/commit/95a135bc77b2a039760e7bb8de4ae4fe406f0e58))
11+
* **deps:** update dependency i18next to v24.2.1 ([#265](https://github.com/graasp/graasp-app-chatbot/issues/265)) ([8f3bc00](https://github.com/graasp/graasp-app-chatbot/commit/8f3bc00be760d0a8ad2843febf64476fd88c9461))
12+
* **deps:** update dependency react-toastify to v10.0.6 ([#252](https://github.com/graasp/graasp-app-chatbot/issues/252)) ([9c23226](https://github.com/graasp/graasp-app-chatbot/commit/9c23226e64d69737705b76ad6b892873c2015caf))
13+
* **deps:** update dependency typescript to v5.7.3 ([#269](https://github.com/graasp/graasp-app-chatbot/issues/269)) ([59aa027](https://github.com/graasp/graasp-app-chatbot/commit/59aa027604e2595e3fa321a04381eba024ef74fa))
14+
* update dependencies ([#259](https://github.com/graasp/graasp-app-chatbot/issues/259)) ([852ca4c](https://github.com/graasp/graasp-app-chatbot/commit/852ca4ce78c5356b9e9328ff16c0549941e9895c))
15+
* upgrade everything ([#250](https://github.com/graasp/graasp-app-chatbot/issues/250)) ([20bbf89](https://github.com/graasp/graasp-app-chatbot/commit/20bbf89458a35fd753a96539c7e7efa8ed2e459e))
16+
* use stable version from apps-query-client ([852ca4c](https://github.com/graasp/graasp-app-chatbot/commit/852ca4ce78c5356b9e9328ff16c0549941e9895c))
17+
318
## [1.2.1](https://github.com/graasp/graasp-app-chatbot/compare/v1.2.0...v1.2.1) (2024-10-15)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp-app-chatbot",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"license": "AGPL-3.0-only",
55
"author": "Graasp",
66
"contributors": [

0 commit comments

Comments
 (0)