From 72b935f3d272a94d38fdf8d8bd2c311d5448c7d6 Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Tue, 23 Apr 2024 08:52:27 +0200 Subject: [PATCH] 1.5.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87d750..4496a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ As this project is a user-facing application, the places in the semantic version ## [Unreleased] +## [1.5.0] (2024-04-23) + ### Added - Upload custom corpus config [#99](https://github.com/spraakbanken/mink-frontend/issues/99) @@ -181,7 +183,8 @@ The frontend is now open to the general public! This version allows users to: Code changes up until this point are not documented other than in the git commit log. -[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.4.0...HEAD +[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.1.0...v1.2.0 diff --git a/package.json b/package.json index 9605c5a..95fc05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mink-frontend", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "scripts": { "dev": "vite",