diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3d68d7..88f8e92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.3.0](https://github.com/graasp/graasp-app-text-analysis/compare/v1.2.0...v1.3.0) (2024-02-19) + + +### Features + +* implement auto save feature ([#112](https://github.com/graasp/graasp-app-text-analysis/issues/112)) ([3428862](https://github.com/graasp/graasp-app-text-analysis/commit/34288621931a539c4f70ec7352d44c3e02d5ffdb)) + ## [1.2.0](https://github.com/graasp/graasp-app-text-analysis/compare/v1.1.0...v1.2.0) (2024-02-13) diff --git a/package.json b/package.json index 8d335413..260d4f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-app-text-analysis", - "version": "1.2.0", + "version": "1.3.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",