From 16546d298a6a9793390bf6b1b3e16ca53868aaf7 Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Mon, 30 Sep 2024 16:07:10 +0200 Subject: [PATCH] chore: version 1.7.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322663e..1866747 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.7.0] (2024-09-30) + ### Added - Track some events to Matomo [#166](https://github.com/spraakbanken/mink-frontend/issues/166) @@ -236,7 +238,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.6.1...HEAD +[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.6.1...v1.7.0 [1.6.1]: https://github.com/spraakbanken/mink-frontend/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/spraakbanken/mink-frontend/compare/v1.4.0...v1.5.0 diff --git a/package.json b/package.json index 44473f7..16cf87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mink-frontend", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "scripts": { "dev": "vite",