Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Feb 12, 2024
1 parent 9365a96 commit 85738f1
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.3.0] (2024-02-12)

### Added

- Converted code to TypeScript [#113](https://github.com/spraakbanken/mink-frontend/issues/113)
Expand Down Expand Up @@ -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
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.2.0",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 85738f1

Please sign in to comment.