Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Oct 24, 2023
1 parent 1ff8d51 commit 5a4bbd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.4] (2023-10-24)

### Fixed

- Drop requirement of mink-app permission for write check
Expand Down Expand Up @@ -70,7 +72,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.3...HEAD
[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.3...v1.0.4
[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
Expand Down
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.3",
"version": "1.0.4",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5a4bbd3

Please sign in to comment.