Skip to content

Commit

Permalink
Merge pull request #123 from nspcc-dev/rel-0.6.2
Browse files Browse the repository at this point in the history
Release 0.6.2
  • Loading branch information
roman-khimov authored Sep 2, 2024
2 parents f524cf9 + a8af3c3 commit acb5b36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog for SendFS

## [Unreleased]

## [0.6.2] - 2024-09-02

### Fixed

- About page link not working when served from NeoFS (#122)

## [0.6.1] - 2024-08-30

### Fixed
Expand Down Expand Up @@ -81,4 +87,5 @@ See git log.
[0.5.3]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.2...v0.5.3
[0.6.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.3...v0.6.0
[0.6.1]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...v0.6.1
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.1...master
[0.6.2]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.1...v0.6.2
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.2...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "send-fs-neo-org",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down

0 comments on commit acb5b36

Please sign in to comment.