Skip to content

Commit

Permalink
Merge pull request #121 from nspcc-dev/rel-0.6.1
Browse files Browse the repository at this point in the history
Release 0.6.1
  • Loading branch information
roman-khimov authored Aug 30, 2024
2 parents ab2b228 + 13b9722 commit 93c723d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to NeoFS
if: ${{ github.event_name == 'release' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
if: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
uses: nspcc-dev/gh-push-to-neofs@master
with:
NEOFS_WALLET: ${{ secrets.NEOFS_WALLET }}
Expand Down
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.1] - 2024-08-30

### Fixed

- Missing Typescript dependency (#120)

## [0.6.0] - 2024-08-30

### Added
Expand Down Expand Up @@ -74,4 +80,5 @@ See git log.
[0.5.2]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...v0.5.2
[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
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...master
[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
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.0",
"version": "0.6.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down

0 comments on commit 93c723d

Please sign in to comment.