Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Oct 19, 2023
1 parent f92c83b commit 977c06f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mink-frontend",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 977c06f

Please sign in to comment.