Skip to content

Commit

Permalink
feat: bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Dec 20, 2024
1 parent 15890ef commit 72e733c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
id: changelog
with:
github-token: ${{ github.token }}
preset: 'angular'
git-user-name: "github-actions[bot]"
git-user-email: "github-actions[bot]@users.noreply.github.com"
git-branch: ${{ env.PR_BRANCH }}
skip-git-pull: true
output-file: false
skip-bump: true
version-file: package.json
create-summary: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reddit-chat-mobile-fix",
"version": "1.3.0",
"version": "1.2.0",
"displayName": "Reddit Mobile Chat Fix",
"author": "nuckle",
"description": "Fixes reddit chat (chat.reddit.com) for mobile devices.",
Expand Down

0 comments on commit 72e733c

Please sign in to comment.