Skip to content

Commit 93c723d

Browse files
authored
Merge pull request #121 from nspcc-dev/rel-0.6.1
Release 0.6.1
2 parents ab2b228 + 13b9722 commit 93c723d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Publish to NeoFS
57-
if: ${{ github.event_name == 'release' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
57+
if: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
5858
uses: nspcc-dev/gh-push-to-neofs@master
5959
with:
6060
NEOFS_WALLET: ${{ secrets.NEOFS_WALLET }}

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog for SendFS
44

55
## [Unreleased]
66

7+
## [0.6.1] - 2024-08-30
8+
9+
### Fixed
10+
11+
- Missing Typescript dependency (#120)
12+
713
## [0.6.0] - 2024-08-30
814

915
### Added
@@ -74,4 +80,5 @@ See git log.
7480
[0.5.2]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...v0.5.2
7581
[0.5.3]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.2...v0.5.3
7682
[0.6.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.3...v0.6.0
77-
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...master
83+
[0.6.1]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...v0.6.1
84+
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.1...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "send-fs-neo-org",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-svg-core": "^6.4.0",

0 commit comments

Comments
 (0)