Skip to content

Commit

Permalink
Merge pull request #71 from x-motemen/tagpr-from-v0.13.3
Browse files Browse the repository at this point in the history
Release for v0.13.4
  • Loading branch information
Songmu authored Apr 16, 2023
2 parents 3e421fe + 6e91eeb commit 3298527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.13.4](https://github.com/x-motemen/blogsync/compare/v0.13.3...v0.13.4) - 2023-04-16
- Enable stdin on windows by @ongaeshi in https://github.com/x-motemen/blogsync/pull/70

## [v0.13.3](https://github.com/x-motemen/blogsync/compare/v0.13.2...v0.13.3) - 2023-04-14
- adjust release/action.yml by @Songmu in https://github.com/x-motemen/blogsync/pull/68

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: setup blogsync to publish to Hatena Blog
inputs:
version:
description: "A version to install blogsync"
default: "v0.13.3"
default: "v0.13.4"
required: false
runs:
using: 'composite'
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.13.3"
const version = "0.13.4"

var revision = "HEAD"

0 comments on commit 3298527

Please sign in to comment.