From 85738f15a79b5f2777d6602f8bcbca6f620e8acc Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Mon, 12 Feb 2024 14:36:45 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a451ab..d20ad80 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.3.0] (2024-02-12) + ### Added - Converted code to TypeScript [#113](https://github.com/spraakbanken/mink-frontend/issues/113) @@ -139,7 +141,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.2.0...HEAD +[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.3.0...HEAD +[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 [1.1.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.5...v1.1.0 [1.0.5]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.4...v1.0.5 diff --git a/package.json b/package.json index 55ebc40..f54d565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mink-frontend", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "scripts": { "dev": "vite",