Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Feb 11, 2024
1 parent fb0f769 commit e17e2e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Please document your changes in this format:
- description of change [#PR] @username
```

## [Unreleased]

## [13.0.1] - 2024-02-11
### Fixed
- removed ragged edges effect due to reported performance regression @nicksellen
Expand Down Expand Up @@ -948,7 +950,8 @@ After months of planning and programming, the first version of ~the foodsaving t
[#2663]: https://github.com/karrot-dev/karrot-frontend/issues/2663
[#2677]: https://github.com/karrot-dev/karrot-frontend/issues/2677

[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.0...HEAD
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.1...HEAD
[13.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.0...v13.0.1
[13.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v12.1.0...v13.0.0
[12.1.0]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.1...v12.1.0
[12.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.0...v12.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "karrot-frontend",
"productName": "Karrot",
"version": "13.0.0",
"version": "13.0.1",
"description": "Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.",
"author": "Karrot Team <info@karrot.world>",
"homepage": "https://karrot.world/",
Expand Down
1 change: 0 additions & 1 deletion quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = configure(function (ctx) {
'icons',
'detectMobileKeyboard',
'performance',
'directives',
],
css: [
'app.sass',
Expand Down

0 comments on commit e17e2e7

Please sign in to comment.