diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac9764..b4bf50d 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.0.3] (2023-10-19) + ### Added - Showing warnings from jobs @@ -22,6 +24,7 @@ As this project is a user-facing application, the places in the semantic version - Downloading source file was broken for binary files - Correct file size outputs using binary base instead of decimal +- Translate "Create account" page to Swedish ## [1.0.2] (2023-10-03) @@ -63,7 +66,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.0.2...HEAD +[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/spraakbanken/mink-frontend/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 3d175e7..3dbeb13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mink-frontend", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "scripts": { "dev": "vite",